mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +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")
|
bb.error("PACKAGE_ARCHS missing")
|
||||||
raise FuncFailed
|
raise FuncFailed
|
||||||
ipkg_archs = ipkg_archs.split()
|
ipkg_archs = ipkg_archs.split()
|
||||||
arch_priority = 1na
|
arch_priority = 1
|
||||||
|
|
||||||
f = open(conffile,"w")
|
f = open(conffile,"w")
|
||||||
for arch in ipkg_archs:
|
for arch in ipkg_archs:
|
||||||
|
|||||||
Reference in New Issue
Block a user