mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
package_ipk.bbclass: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -36,7 +36,7 @@ python package_ipk_install () {
|
||||
bb.error("PACKAGE_ARCHS missing")
|
||||
raise FuncFailed
|
||||
ipkg_archs = ipkg_archs.split()
|
||||
arch_priority = 1na
|
||||
arch_priority = 1
|
||||
|
||||
f = open(conffile,"w")
|
||||
for arch in ipkg_archs:
|
||||
|
||||
Reference in New Issue
Block a user