aboutsummaryrefslogtreecommitdiffstats
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 11:23:47 +0100
commit0ab4fc861cff69acc42446c22f7a7ed2e6128849 (patch)
tree30a6b6875a5521c1a122ac1b29e150949aeb4ef6 /meta/recipes-extended
parent8fb143fe69147c32e945e798662d78e606bfe0a0 (diff)
downloadopenembedded-core-contrib-0ab4fc861cff69acc42446c22f7a7ed2e6128849.tar.gz
diffutils-ptest: add runtime dependency on make
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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"
inherit ptest
+RDEPENDS_${PN}-ptest += "make"
+
do_install_ptest() {
t=${D}${PTEST_PATH}
install -D ${S}/build-aux/test-driver $t/build-aux/test-driver