diff options
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.19.8.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.18.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/parted/parted_3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/slang/slang_2.3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 |
8 files changed, 12 insertions, 3 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb index 627568bc3f..30121ad23e 100644 --- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb +++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb | |||
@@ -166,6 +166,7 @@ do_install_ptest() { | |||
166 | fi | 166 | fi |
167 | } | 167 | } |
168 | 168 | ||
169 | RDEPENDS_${PN}-ptest += "make" | ||
169 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 170 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
170 | glibc-gconv-big5 \ | 171 | glibc-gconv-big5 \ |
171 | glibc-charmap-big5 \ | 172 | glibc-charmap-big5 \ |
diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-devtools/flex/flex_2.6.0.bb index b89b7515b5..b477cd8c7f 100644 --- a/meta/recipes-devtools/flex/flex_2.6.0.bb +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb | |||
@@ -48,7 +48,7 @@ PACKAGES =+ "${PN}-libfl" | |||
48 | FILES_${PN}-libfl = "${libdir}/libfl.so.* ${libdir}/libfl_pic.so.*" | 48 | FILES_${PN}-libfl = "${libdir}/libfl.so.* ${libdir}/libfl_pic.so.*" |
49 | 49 | ||
50 | RDEPENDS_${PN} += "m4" | 50 | RDEPENDS_${PN} += "m4" |
51 | RDEPENDS_${PN}-ptest += "bash gawk" | 51 | RDEPENDS_${PN}-ptest += "bash gawk make" |
52 | 52 | ||
53 | do_compile_ptest() { | 53 | do_compile_ptest() { |
54 | oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests | 54 | oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests |
diff --git a/meta/recipes-devtools/m4/m4-1.4.18.inc b/meta/recipes-devtools/m4/m4-1.4.18.inc index f433b3f2dd..af0ff45863 100644 --- a/meta/recipes-devtools/m4/m4-1.4.18.inc +++ b/meta/recipes-devtools/m4/m4-1.4.18.inc | |||
@@ -52,6 +52,8 @@ do_install_ptest() { | |||
52 | ${D}${PTEST_PATH}/tests/test-xalloc-die | 52 | ${D}${PTEST_PATH}/tests/test-xalloc-die |
53 | } | 53 | } |
54 | 54 | ||
55 | |||
56 | RDEPENDS_${PN}-ptest += "make" | ||
55 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 57 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ |
56 | locale-base-fr-fr.iso-8859-1 \ | 58 | locale-base-fr-fr.iso-8859-1 \ |
57 | " | 59 | " |
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index 7d04e30d53..15a8e51550 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb | |||
@@ -40,6 +40,8 @@ do_install_ptest () { | |||
40 | 40 | ||
41 | FILES_libbz2 = "${libdir}/lib*${SOLIBS}" | 41 | FILES_libbz2 = "${libdir}/lib*${SOLIBS}" |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += "make" | ||
44 | |||
43 | PROVIDES_append_class-native = " bzip2-replacement-native" | 45 | PROVIDES_append_class-native = " bzip2-replacement-native" |
44 | BBCLASSEXTEND = "native nativesdk" | 46 | BBCLASSEXTEND = "native nativesdk" |
45 | 47 | ||
diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb index 75de970631..6a5b2459e6 100644 --- a/meta/recipes-extended/gzip/gzip_1.10.bb +++ b/meta/recipes-extended/gzip/gzip_1.10.bb | |||
@@ -12,6 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
12 | 12 | ||
13 | PROVIDES_append_class-native = " gzip-replacement-native" | 13 | PROVIDES_append_class-native = " gzip-replacement-native" |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += "make" | ||
16 | |||
15 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
16 | 18 | ||
17 | inherit ptest | 19 | inherit ptest |
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb index 6189fd2246..ceac52892d 100644 --- a/meta/recipes-extended/parted/parted_3.2.bb +++ b/meta/recipes-extended/parted/parted_3.2.bb | |||
@@ -47,7 +47,7 @@ do_install_ptest() { | |||
47 | sed -e 's| ../parted||' -i $t/tests/*.sh | 47 | sed -e 's| ../parted||' -i $t/tests/*.sh |
48 | } | 48 | } |
49 | 49 | ||
50 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3" | 50 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3 make" |
51 | 51 | ||
52 | inherit update-alternatives | 52 | inherit update-alternatives |
53 | 53 | ||
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 | ||
76 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" | 76 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" |
77 | 77 | ||
78 | RDEPENDS_${PN}-ptest += "make" | ||
79 | |||
78 | PARALLEL_MAKE = "" | 80 | PARALLEL_MAKE = "" |
79 | PARALLEL_MAKEINST = "" | 81 | PARALLEL_MAKEINST = "" |
80 | 82 | ||
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" |