diff options
-rw-r--r-- | meta/lib/oe/package_manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 99d740bf2c..ea99165d61 100644 --- a/meta/lib/oe/package_manager.py +++ b/meta/lib/oe/package_manager.py | |||
@@ -120,7 +120,7 @@ class OpkgIndexer(Indexer): | |||
120 | def write_index(self): | 120 | def write_index(self): |
121 | arch_vars = ["ALL_MULTILIB_PACKAGE_ARCHS", | 121 | arch_vars = ["ALL_MULTILIB_PACKAGE_ARCHS", |
122 | "SDK_PACKAGE_ARCHS", | 122 | "SDK_PACKAGE_ARCHS", |
123 | "MULTILIB_ARCHS"] | 123 | ] |
124 | 124 | ||
125 | opkg_index_cmd = bb.utils.which(os.getenv('PATH'), "opkg-make-index") | 125 | opkg_index_cmd = bb.utils.which(os.getenv('PATH'), "opkg-make-index") |
126 | if self.d.getVar('PACKAGE_FEED_SIGN') == '1': | 126 | if self.d.getVar('PACKAGE_FEED_SIGN') == '1': |