From ab51c283d03e9c021477f0a90d5604e7de1e83ae Mon Sep 17 00:00:00 2001 From: Dengke Du Date: Wed, 20 Jul 2016 02:28:23 -0400 Subject: LSB: 4.1.0 -> 5.0 According to the LSB 5.0 Release Notes, FHS Released, Qt3 removed and evoloved its module strategy which you can access from the site: https://wiki.linuxfoundation.org/en/ReleaseNotes50 So we make two changes to comply with the LSB 5.0: 1. Remove the lsb-test-qt3-azov-*.rpm test package and delete the test session. 2. Update the test packages. Signed-off-by: Dengke Du --- meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-extended/lsb/lsbtest/LSB_Test.sh') diff --git a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh index b9971a17d1..c31a3eb462 100644 --- a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh +++ b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh @@ -113,7 +113,7 @@ fi #fi SERVER1="\ - http://${SERVER_NAME}/pub/lsb/base/${LSB_RELEASE}/binary" + http://${SERVER_NAME}/pub/lsb/base/released-all/binary" SERVER2="\ http://${SERVER_NAME}/pub/lsb/test_suites/released-all/binary/runtime" SERVER3="\ @@ -429,7 +429,6 @@ cat > /etc/rpm/sysinfo/Dirnames << EOF /opt/lsb/test/desktop/freetype /opt/lsb/test/desktop/gtkvts /opt/lsb/test/desktop/libpng -/opt/lsb/test/desktop/qt3 /opt/lsb/test/desktop/xft /opt/lsb/test/desktop/xml /opt/lsb/test/desktop/xrender -- cgit 1.2.3-korg