summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2016-07-20 04:32:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:56:27 +0100
commit560077821aee107e8fe88e8a99e7efa493aec2d5 (patch)
tree51f25a43a9aa2d9cf6e21ce0cd39a2bcab9ef9f7 /meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
parente6e05a30b1251cabd1fc88703e6bc619fa19db2d (diff)
downloadpoky-560077821aee107e8fe88e8a99e7efa493aec2d5.tar.gz
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. (From OE-Core rev: 89771f2dfc58b83a457147f8498214d7a2bfae43) Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb/lsbtest/LSB_Test.sh')
-rw-r--r--meta/recipes-extended/lsb/lsbtest/LSB_Test.sh3
1 files changed, 1 insertions, 2 deletions
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
113#fi 113#fi
114 114
115SERVER1="\ 115SERVER1="\
116 http://${SERVER_NAME}/pub/lsb/base/${LSB_RELEASE}/binary" 116 http://${SERVER_NAME}/pub/lsb/base/released-all/binary"
117SERVER2="\ 117SERVER2="\
118 http://${SERVER_NAME}/pub/lsb/test_suites/released-all/binary/runtime" 118 http://${SERVER_NAME}/pub/lsb/test_suites/released-all/binary/runtime"
119SERVER3="\ 119SERVER3="\
@@ -429,7 +429,6 @@ cat > /etc/rpm/sysinfo/Dirnames << EOF
429/opt/lsb/test/desktop/freetype 429/opt/lsb/test/desktop/freetype
430/opt/lsb/test/desktop/gtkvts 430/opt/lsb/test/desktop/gtkvts
431/opt/lsb/test/desktop/libpng 431/opt/lsb/test/desktop/libpng
432/opt/lsb/test/desktop/qt3
433/opt/lsb/test/desktop/xft 432/opt/lsb/test/desktop/xft
434/opt/lsb/test/desktop/xml 433/opt/lsb/test/desktop/xml
435/opt/lsb/test/desktop/xrender 434/opt/lsb/test/desktop/xrender