summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2011-11-30 16:45:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 14:55:49 +0000
commit83e5279d6281b6167280a0dc0633bdb3bce16267 (patch)
treef7feb3241451ea22dd5f03663eaffd5b86ee6eda /meta
parentb36cde2308cbb811952ff8b1be3e2354af0d0fc6 (diff)
downloadpoky-83e5279d6281b6167280a0dc0633bdb3bce16267.tar.gz
automake: Extend to provide nativesdk recipe
We will provide autotools nativesdk in meta-tookchain for reconfigure any autotools supported projects, as a part of the plan we should extend their recipes first. (From OE-Core rev: 2074285e84267f9f929ed6424f35cc4b2a00c335) (From OE-Core rev: 4450aa5f0f757a3694db6123f6afe57a833ae986) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/automake/automake.inc2
-rw-r--r--meta/recipes-devtools/automake/automake_1.11.1.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index f217e1432b..cf3cc886e6 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."
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5HOMEPAGE = "http://www.gnu.org/software/automake/" 5HOMEPAGE = "http://www.gnu.org/software/automake/"
6SECTION = "devel" 6SECTION = "devel"
7PR = "r4" 7PR = "r5"
8 8
9SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " 9SRC_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
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"