summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake_1.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.11.1.bb')
-rw-r--r--meta/recipes-devtools/automake/automake_1.11.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb
index 18450a0140..ff8353fe82 100644
--- a/meta/recipes-devtools/automake/automake_1.11.1.bb
+++ b/meta/recipes-devtools/automake/automake_1.11.1.bb
@@ -31,6 +31,7 @@ RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
31 31
32PATHFIXPATCH = "file://path_prog_fixes.patch" 32PATHFIXPATCH = "file://path_prog_fixes.patch"
33PATHFIXPATCH_virtclass-native = "" 33PATHFIXPATCH_virtclass-native = ""
34PATHFIXPATCH_virtclass-nativesdk = ""
34 35
35SRC_URI += "${PATHFIXPATCH} \ 36SRC_URI += "${PATHFIXPATCH} \
36 file://prefer-cpio-over-pax-for-ustar-archives.patch \ 37 file://prefer-cpio-over-pax-for-ustar-archives.patch \
@@ -44,4 +45,4 @@ do_install () {
44 install -d ${D}${datadir} 45 install -d ${D}${datadir}
45} 46}
46 47
47BBCLASSEXTEND = "native" 48BBCLASSEXTEND = "native nativesdk"