summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-16 12:45:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-07 13:57:48 +0100
commit4ec1e606072eb12425a2aad49f5b7ae7782adf40 (patch)
tree3d71925fb290d25fe858979c6f42f4e31637dca5 /meta/recipes-extended/slang
parent22d792c93e3ff01bf248dd8ce43e99ae5c7035f0 (diff)
downloadpoky-4ec1e606072eb12425a2aad49f5b7ae7782adf40.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: 47bcd4dec32e87b7353b079f63931d11cd0568e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fixup for warrior context] [Dropped ptest fixes for pkg w/o ptests in warrior] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/slang')
-rw-r--r--meta/recipes-extended/slang/slang_2.3.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb
index e53c4321b9..e329310937 100644
--- a/meta/recipes-extended/slang/slang_2.3.2.bb
+++ b/meta/recipes-extended/slang/slang_2.3.2.bb
@@ -75,6 +75,8 @@ do_install_ptest() {
75 75
76FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" 76FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/"
77 77
78RDEPENDS_${PN}-ptest += "make"
79
78PARALLEL_MAKE = "" 80PARALLEL_MAKE = ""
79PARALLEL_MAKEINST = "" 81PARALLEL_MAKEINST = ""
80 82