From d8dddfad68d8f203a237d9372cc1d44a00080047 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Wed, 30 Nov 2011 16:45:43 +0800 Subject: 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) Signed-off-by: Wenzong Fan Signed-off-by: Richard Purdie --- meta/recipes-devtools/automake/automake_1.11.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/automake/automake_1.11.1.bb') diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb index 18450a0..ff8353f 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" PATHFIXPATCH = "file://path_prog_fixes.patch" PATHFIXPATCH_virtclass-native = "" +PATHFIXPATCH_virtclass-nativesdk = "" SRC_URI += "${PATHFIXPATCH} \ file://prefer-cpio-over-pax-for-ustar-archives.patch \ @@ -44,4 +45,4 @@ do_install () { install -d ${D}${datadir} } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.1