[oe] [PATCH] make: BBCLASSEXTEND = "native"; remove native recipe

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sat Aug 21 06:43:25 UTC 2010


This also gets rid of the legacy staging in the native recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---

Despite the change being minimal:
As this recipe is crucial for our build process I would like to 
have a review on this.

 recipes/make/make-native_3.81.bb |   14 --------------
 recipes/make/make_3.81.bb        |    4 +++-
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 recipes/make/make-native_3.81.bb

diff --git a/recipes/make/make-native_3.81.bb b/recipes/make/make-native_3.81.bb
deleted file mode 100644
index 509558c..0000000
--- a/recipes/make/make-native_3.81.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-PR = "r0"
-
-S = "${WORKDIR}/make-${PV}"
-
-inherit native
-
-do_stage() {
-        install -d ${STAGING_BINDIR}
-        install -m 755 make ${STAGING_BINDIR}
-}
-
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
-
-require make_${PV}.bb
diff --git a/recipes/make/make_3.81.bb b/recipes/make/make_3.81.bb
index b399255..f0bd382 100644
--- a/recipes/make/make_3.81.bb
+++ b/recipes/make/make_3.81.bb
@@ -1,6 +1,8 @@
-PR = "r0"
+PR = "r1"
 
 require make.inc
 
+BBCLASSEXTEND = "native"
+
 SRC_URI[md5sum] = "354853e0b2da90c527e35aabb8d6f1e6"
 SRC_URI[sha256sum] = "f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8"
-- 
1.6.4.2





More information about the Openembedded-devel mailing list