summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4-1.4.19.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/m4/m4-1.4.19.inc')
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.19.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc
index 5f3d59226e..0516e49552 100644
--- a/meta/recipes-devtools/m4/m4-1.4.19.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.19.inc
@@ -9,7 +9,7 @@ inherit autotools texinfo ptest gettext
9SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ 9SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
10 file://ac_config_links.patch \ 10 file://ac_config_links.patch \
11 " 11 "
12SRC_URI_append_class-target = " file://run-ptest \ 12SRC_URI:append:class-target = " file://run-ptest \
13 file://serial-tests-config.patch \ 13 file://serial-tests-config.patch \
14 " 14 "
15 15
@@ -51,11 +51,11 @@ do_install_ptest() {
51} 51}
52 52
53 53
54RDEPENDS_${PN}-ptest += "make coreutils diffutils" 54RDEPENDS:${PN}-ptest += "make coreutils diffutils"
55RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 55RDEPENDS:${PN}-ptest:append:libc-glibc = "\
56 locale-base-fr-fr.iso-8859-1 \ 56 locale-base-fr-fr.iso-8859-1 \
57" 57"
58 58
59INSANE_SKIP_${PN}-ptest += "ldflags" 59INSANE_SKIP:${PN}-ptest += "ldflags"
60INSANE_SKIP_${PN}-ptest += "rpaths" 60INSANE_SKIP:${PN}-ptest += "rpaths"
61 61