diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2013-09-09 10:17:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:27 +0100 |
commit | b9b3414f5d1ba6b3397a045ce81f98eecfe6082b (patch) | |
tree | e968f8f191cb75e66bc5d0974d11761cdf33b583 /meta/recipes-extended | |
parent | ac40bd082c0c79ec4766753d03dd3eb5132c2edf (diff) | |
download | poky-b9b3414f5d1ba6b3397a045ce81f98eecfe6082b.tar.gz |
ltp: update to new release 20130904
(From OE-Core rev: 5d6ef973fe101bb3547a14452ded79536d9d2582)
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20130904.bb (renamed from meta/recipes-extended/ltp/ltp_20130503.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb index 387826dcfd..5e104489b1 100644 --- a/meta/recipes-extended/ltp/ltp_20130503.bb +++ b/meta/recipes-extended/ltp/ltp_20130904.bb | |||
@@ -21,17 +21,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
21 | 21 | ||
22 | DEPENDS = "attr libaio libcap acl openssl" | 22 | DEPENDS = "attr libaio libcap acl openssl" |
23 | 23 | ||
24 | SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" | 24 | SRC_URI = "git://github.com/linux-test-project/ltp.git" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f" | 26 | SRCREV = "a8c42db5f9314211811c36275a21f83902830dc5" |
27 | SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | export prefix = "/opt/ltp" | 29 | export prefix = "/opt/ltp" |
30 | export exec_prefix = "/opt/ltp" | 30 | export exec_prefix = "/opt/ltp" |
31 | 31 | ||
32 | inherit autotools | 32 | inherit autotools |
33 | 33 | ||
34 | RDEPENDS_${PN} = "perl" | 34 | RDEPENDS_${PN} = "perl e2fsprogs-mke2fs" |
35 | 35 | ||
36 | FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" | 36 | FILES_${PN}-dbg += "/opt/ltp/runtest/.debug" |
37 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" | 37 | FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug" |
@@ -62,7 +62,7 @@ do_extract_tarball() { | |||
62 | do_install(){ | 62 | do_install(){ |
63 | install -d ${D}/opt/ltp/ | 63 | install -d ${D}/opt/ltp/ |
64 | oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install | 64 | oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install |
65 | 65 | ||
66 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual | 66 | # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual |
67 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases | 67 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases |
68 | 68 | ||