diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 12:45:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 16:35:12 +0100 |
commit | fd87837e367049fb58b2941dbf46a83729a7866a (patch) | |
tree | afdbafc9445b0566f37e62ce623e9175ae78fc71 /meta/recipes-support/attr | |
parent | 11fd8dc6ffb8d403c22644f7f00b761d90e8b20d (diff) | |
download | poky-fd87837e367049fb58b2941dbf46a83729a7866a.tar.gz |
gettext/flex/m4/bzip2/gzip/parted/slang/attr: Add make to -ptest packages
This solves ptest runtime errors where make was missing causing the ptests
to fail.
(From OE-Core rev: 2ade2c53388c92d36b8b30dae30670fd96ca4821)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index cfa38a7196..1a29eb339e 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -41,6 +41,6 @@ do_install_ptest() { | |||
41 | sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile | 41 | sed -e 's|; @echo|; echo|' -i ${D}${PTEST_PATH}/test/Makefile |
42 | } | 42 | } |
43 | 43 | ||
44 | RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix" | 44 | RDEPENDS_${PN}-ptest = "attr coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix make" |
45 | 45 | ||
46 | BBCLASSEXTEND = "native nativesdk" | 46 | BBCLASSEXTEND = "native nativesdk" |