diff options
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index db6f5c5401..e67097fdd7 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -36,7 +36,7 @@ python package_ipk_install () { | |||
36 | bb.error("PACKAGE_ARCHS missing") | 36 | bb.error("PACKAGE_ARCHS missing") |
37 | raise FuncFailed | 37 | raise FuncFailed |
38 | ipkg_archs = ipkg_archs.split() | 38 | ipkg_archs = ipkg_archs.split() |
39 | arch_priority = 1na | 39 | arch_priority = 1 |
40 | 40 | ||
41 | f = open(conffile,"w") | 41 | f = open(conffile,"w") |
42 | for arch in ipkg_archs: | 42 | for arch in ipkg_archs: |