diff options
Diffstat (limited to 'meta/recipes-devtools/m4/m4-1.4.19.inc')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 10 |
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 | |||
9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ |
10 | file://ac_config_links.patch \ | 10 | file://ac_config_links.patch \ |
11 | " | 11 | " |
12 | SRC_URI_append_class-target = " file://run-ptest \ | 12 | SRC_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 | ||
54 | RDEPENDS_${PN}-ptest += "make coreutils diffutils" | 54 | RDEPENDS:${PN}-ptest += "make coreutils diffutils" |
55 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 55 | RDEPENDS:${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 | ||
59 | INSANE_SKIP_${PN}-ptest += "ldflags" | 59 | INSANE_SKIP:${PN}-ptest += "ldflags" |
60 | INSANE_SKIP_${PN}-ptest += "rpaths" | 60 | INSANE_SKIP:${PN}-ptest += "rpaths" |
61 | 61 | ||