diff options
Diffstat (limited to 'meta/recipes-devtools/automake')
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.11.1.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 370a972566..25b0c0ecd6 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf." | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | HOMEPAGE = "http://www.gnu.org/software/automake/" | 5 | HOMEPAGE = "http://www.gnu.org/software/automake/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | 9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " |
10 | 10 | ||
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 | ||
32 | PATHFIXPATCH = "file://path_prog_fixes.patch" | 32 | PATHFIXPATCH = "file://path_prog_fixes.patch" |
33 | PATHFIXPATCH_virtclass-native = "" | 33 | PATHFIXPATCH_virtclass-native = "" |
34 | PATHFIXPATCH_virtclass-nativesdk = "" | ||
34 | 35 | ||
35 | SRC_URI += "${PATHFIXPATCH} \ | 36 | SRC_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 | ||
47 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native nativesdk" |