diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 |
2 files changed, 3 insertions, 1 deletions
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 | " |