[oe-commits] [openembedded-core] 50/66: lsb/lsbtests: Update package lists to use latest version of binary

git at git.openembedded.org git at git.openembedded.org
Sun Nov 5 13:56:36 UTC 2017


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 a1e61b05d83de0feeb6d05851477108902d1dfb0
Author: Jose Perez Carranza <jose.perez.carranza at linux.intel.com>
AuthorDate: Wed Oct 18 14:34:48 2017 -0500

    lsb/lsbtests: Update package lists to use latest version of binary
    
    Currently  package list is pointing to  "lsb-setup-4.1.0-1.noarch.rpm"
    which is not available anymore on
    http://ftp.linuxfoundation.org/pub/lsb/base/released-all/binary/ hence
    BASE_PACKAGES_LIST is updated to point to the latest available version.
    
    [YOCTO #12240]
    
    Signed-off-by: Jose Perez Carranza <jose.perez.carranza at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/lsb/lsbtest/packages_list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lsb/lsbtest/packages_list b/meta/recipes-extended/lsb/lsbtest/packages_list
index 959f931..1a6c116 100644
--- a/meta/recipes-extended/lsb/lsbtest/packages_list
+++ b/meta/recipes-extended/lsb/lsbtest/packages_list
@@ -1,7 +1,7 @@
 LSB_RELEASE="released-5.0"
 LSB_ARCH="lsbarch"
 
-BASE_PACKAGES_LIST="lsb-setup-4.1.0-1.noarch.rpm"
+BASE_PACKAGES_LIST="lsb-setup-5.0.0-2.noarch.rpm"
 
 RUNTIME_BASE_PACKAGES_LIST="lsb-dist-checker-5.0.0.1-1.targetarch.rpm \
 	lsb-tet3-lite-3.7-27.lsb5.targetarch.rpm \

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


More information about the Openembedded-commits mailing list