package_ipk.bbclass: Fix typo

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-16 10:06:52 +00:00
parent 30087f80c7
commit c226b38181

View File

@@ -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: