summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2018-07-05 02:28:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-06 22:55:01 +0100
commit9b7e107140dcf5523ec393fcc8a82fd29e7a3654 (patch)
tree6c7d88ad671afbbb92ac4d917a25a717df7bbf46 /meta/recipes-extended
parente3e8e1f125604deca7a2783b6f407bae2f130579 (diff)
downloadpoky-9b7e107140dcf5523ec393fcc8a82fd29e7a3654.tar.gz
diffutils-ptest: add runtime dependency on make
(From OE-Core rev: 0ab4fc861cff69acc42446c22f7a7ed2e6128849) Signed-off-by: Zhang Xiao <xiao.zhang@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')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
index deadd62c65..8ba897d18f 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
@@ -19,6 +19,8 @@ acpaths = "-I ./m4"
19 19
20inherit ptest 20inherit ptest
21 21
22RDEPENDS_${PN}-ptest += "make"
23
22do_install_ptest() { 24do_install_ptest() {
23 t=${D}${PTEST_PATH} 25 t=${D}${PTEST_PATH}
24 install -D ${S}/build-aux/test-driver $t/build-aux/test-driver 26 install -D ${S}/build-aux/test-driver $t/build-aux/test-driver