aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/make
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 08:39:46 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 20:38:00 +0200
commit578a2e59434c76249ad65410d9004bbdc0c65f28 (patch)
tree79682b7794cd772889d34ca8b6785069806e5051 /recipes/make
parent124bfb1ae4fd4607bb877594f0a3f5a73c80946a (diff)
downloadopenembedded-578a2e59434c76249ad65410d9004bbdc0c65f28.tar.gz
make: BBCLASSEXTEND = "native"; remove native recipe
This also gets rid of the legacy staging in the native recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/make')
-rw-r--r--recipes/make/make-native_3.81.bb14
-rw-r--r--recipes/make/make_3.81.bb4
2 files changed, 3 insertions, 15 deletions
diff --git a/recipes/make/make-native_3.81.bb b/recipes/make/make-native_3.81.bb
deleted file mode 100644
index 509558c405..0000000000
--- 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 b399255cb4..f0bd382639 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"