summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20130904.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-12-07 18:49:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 17:42:43 +0000
commit4848a52e890be757e0012c5de148e5fec0e057bc (patch)
tree72f69f7af26cd23efa88cd4364c39f20496bc99f /meta/recipes-extended/ltp/ltp_20130904.bb
parent209eba7067a93ed7fc87c6810a710c2b1b9a031d (diff)
downloadpoky-4848a52e890be757e0012c5de148e5fec0e057bc.tar.gz
ltp: set PREFERRED_PROVIDER and rename runtests_noltp.sh script
* ltp installs 2 different runtests_noltp.sh files from different directories into /opt/ltp/testcases/bin/runtests_noltp.sh last one installed wins and causes unexpected changes in buildhistory's files-in-image.txt report, rename them to have unique name as other ltp scripts have. * also define PREFERRED_PROVIDER to resolve note shown when building with meta-oe layer: NOTE: multiple providers are available for ltp (ltp, ltp-ddt) NOTE: consider defining a PREFERRED_PROVIDER entry to match ltp (From OE-Core rev: ec3bb2c2203b2e8bafc1a631f623f858779e20b7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20130904.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20130904.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20130904.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
index 5e104489b1..4722a38bce 100644
--- a/meta/recipes-extended/ltp/ltp_20130904.bb
+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
@@ -21,7 +21,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
21 21
22DEPENDS = "attr libaio libcap acl openssl" 22DEPENDS = "attr libaio libcap acl openssl"
23 23
24SRC_URI = "git://github.com/linux-test-project/ltp.git" 24SRC_URI = "git://github.com/linux-test-project/ltp.git \
25 file://0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch \
26"
25 27
26SRCREV = "a8c42db5f9314211811c36275a21f83902830dc5" 28SRCREV = "a8c42db5f9314211811c36275a21f83902830dc5"
27S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"