[oe-commits] [openembedded-core] 02/02: package_manager.py: remove obsolete MULTILIB_ARCHS

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 17:51:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1c693c6b34cb0ad4c33d054ec3eb6a4c822f25c3
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Oct 31 15:51:16 2017 +0800

    package_manager.py: remove obsolete MULTILIB_ARCHS
    
    It had been removed since 2011:
    
    commit b774bf44ef004276da12a83ebd69715c00b596ac
    Author: Lianhao Lu <lianhao.lu at intel.com>
    Date:   Tue Aug 16 16:26:49 2011 +0800
    
        package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oe/package_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py
index 99d740b..ea99165 100644
--- a/meta/lib/oe/package_manager.py
+++ b/meta/lib/oe/package_manager.py
@@ -120,7 +120,7 @@ class OpkgIndexer(Indexer):
     def write_index(self):
         arch_vars = ["ALL_MULTILIB_PACKAGE_ARCHS",
                      "SDK_PACKAGE_ARCHS",
-                     "MULTILIB_ARCHS"]
+                     ]
 
         opkg_index_cmd = bb.utils.which(os.getenv('PATH'), "opkg-make-index")
         if self.d.getVar('PACKAGE_FEED_SIGN') == '1':

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list