We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27064b commit 836912aCopy full SHA for 836912a
meta-oe/recipes-devtools/nodejs/nodejs_12.20.2.bb
@@ -39,7 +39,7 @@ def map_nodejs_arch(a, d):
39
if re.match('i.86$', a): return 'ia32'
40
elif re.match('x86_64$', a): return 'x64'
41
elif re.match('aarch64$', a): return 'arm64'
42
- elif re.match('(powerpc64|ppc64le)$', a): return 'ppc64'
+ elif re.match('(powerpc64|powerpc64le)$', a): return 'ppc64'
43
elif re.match('powerpc$', a): return 'ppc'
44
return a
45
0 commit comments