mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 22:27:16 +00:00
package_ipk.bbclass: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
30087f80c7
commit
c226b38181
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user