summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Perez Carranza <jose.perez.carranza@linux.intel.com>2018-06-11 10:26:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-05 16:02:44 +0000
commitd9122cb2d0048033b3fae664dac2a5dff4c213df (patch)
tree04dc88388031efde7639289fb25c6ea4ef65629f
parent0118c2d2aa9f0209a8669017047d9c4d15929402 (diff)
downloadpoky-d9122cb2d0048033b3fae664dac2a5dff4c213df.tar.gz
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] (From OE-Core rev: a1e61b05d83de0feeb6d05851477108902d1dfb0) (From OE-Core rev: 5db7781c27bb4bb57e8a6749337bf52dc33355cc) Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsb/lsbtest/packages_list2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbtest/packages_list b/meta/recipes-extended/lsb/lsbtest/packages_list
index 959f931504..1a6c11699a 100644
--- a/meta/recipes-extended/lsb/lsbtest/packages_list
+++ b/meta/recipes-extended/lsb/lsbtest/packages_list
@@ -1,7 +1,7 @@
1LSB_RELEASE="released-5.0" 1LSB_RELEASE="released-5.0"
2LSB_ARCH="lsbarch" 2LSB_ARCH="lsbarch"
3 3
4BASE_PACKAGES_LIST="lsb-setup-4.1.0-1.noarch.rpm" 4BASE_PACKAGES_LIST="lsb-setup-5.0.0-2.noarch.rpm"
5 5
6RUNTIME_BASE_PACKAGES_LIST="lsb-dist-checker-5.0.0.1-1.targetarch.rpm \ 6RUNTIME_BASE_PACKAGES_LIST="lsb-dist-checker-5.0.0.1-1.targetarch.rpm \
7 lsb-tet3-lite-3.7-27.lsb5.targetarch.rpm \ 7 lsb-tet3-lite-3.7-27.lsb5.targetarch.rpm \