autoconf: merged Poky changes (BBEXTENDCLASS + new staging)
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Mon, 1 Mar 2010 11:36:31 +0000 (12:36 +0100)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Mon, 1 Mar 2010 12:56:06 +0000 (13:56 +0100)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
recipes/automake/automake-native.inc [deleted file]
recipes/automake/automake-native_1.10.2.bb [deleted file]
recipes/automake/automake-native_1.11.1.bb [deleted file]
recipes/automake/automake-native_1.9.6.bb [deleted file]
recipes/automake/automake.inc

diff --git a/recipes/automake/automake-native.inc b/recipes/automake/automake-native.inc
deleted file mode 100644 (file)
index 4e2ac41..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-SECTION = "devel"
-require automake_${PV}.bb
-DEPENDS += "autoconf-native"
-RDEPENDS_automake-native += "autoconf-native perl-native-runtime"
-
-inherit native
-
-do_stage () {
-       oe_runmake install
-       install -d ${datadir}/aclocal
-}
diff --git a/recipes/automake/automake-native_1.10.2.bb b/recipes/automake/automake-native_1.10.2.bb
deleted file mode 100644 (file)
index 92c861f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-PV := "${PV}"
-
-require automake-native.inc
diff --git a/recipes/automake/automake-native_1.11.1.bb b/recipes/automake/automake-native_1.11.1.bb
deleted file mode 100644 (file)
index a7857c5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-PV := "${PV}"
-
-require automake-native.inc
-
-DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/automake/automake-native_1.9.6.bb b/recipes/automake/automake-native_1.9.6.bb
deleted file mode 100644 (file)
index 92c861f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-PV := "${PV}"
-
-require automake-native.inc
index 74957cc..662f9f8 100644 (file)
@@ -2,6 +2,8 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
+DEPENDS_virtclass-native = "autoconf-native"
+RDEPENDS_automake-native = "autoconf-native perl-native-runtime"
 RDEPENDS_automake += "\
     autoconf \
     perl \
@@ -27,7 +29,7 @@ RDEPENDS_automake += "\
     perl-module-text-parsewords \
     perl-module-vars "
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
-INC_PR = "r2"
+INC_PR = "r3"
 AUTOMAKE_API = "${@".".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
 
 inherit autotools
@@ -47,3 +49,5 @@ do_install_append () {
        ln -sf automake-${AUTOMAKE_API} ${D}${bindir}/automake
        install -d ${D}${datadir}/aclocal
 }
+
+BBCLASSEXTEND = "native"