diff options
| author | Zhang Xiao <xiao.zhang@windriver.com> | 2018-07-05 02:28:36 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-06 22:55:01 +0100 |
| commit | 9b7e107140dcf5523ec393fcc8a82fd29e7a3654 (patch) | |
| tree | 6c7d88ad671afbbb92ac4d917a25a717df7bbf46 | |
| parent | e3e8e1f125604deca7a2783b6f407bae2f130579 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 |
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 | ||
| 20 | inherit ptest | 20 | inherit ptest |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN}-ptest += "make" | ||
| 23 | |||
| 22 | do_install_ptest() { | 24 | do_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 |
