diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-09-24 13:38:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 11:30:31 +0100 |
commit | 8e3c10f2379fb5d22a7a8c9bb0a31e9752d87f0f (patch) | |
tree | 4dfd2888a4e7e8ec03fcf5deb1135c002a734ce1 /meta/recipes-extended/lsb/lsbtest_1.0.bb | |
parent | d3e03abebaa4ce4b20f61143375b207d25a7e1ef (diff) | |
download | poky-8e3c10f2379fb5d22a7a8c9bb0a31e9752d87f0f.tar.gz |
lsbtest: update list file
Update the lsbtest's list file that we can download the latest
sub-packages of LSB suite 4.1.0 and then run the test with them.
(From OE-Core rev: a2f81aa58c4753412afc0227c34f08134b6a3d2d)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb/lsbtest_1.0.bb')
-rw-r--r-- | meta/recipes-extended/lsb/lsbtest_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb index 5ebea53202..3dcfc0de22 100644 --- a/meta/recipes-extended/lsb/lsbtest_1.0.bb +++ b/meta/recipes-extended/lsb/lsbtest_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "automate test for lsb" | 1 | DESCRIPTION = "automate test for lsb" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LSB_Test.sh;beginline=3;endline=16;md5=7063bb54b04719df0716b513447f4fc0" | 6 | LIC_FILES_CHKSUM = "file://LSB_Test.sh;beginline=3;endline=16;md5=7063bb54b04719df0716b513447f4fc0" |
7 | 7 | ||