From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 06:39:46 +0000 (+0200) Subject: make: BBCLASSEXTEND = "native"; remove native recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578a2e59434c76249ad65410d9004bbdc0c65f28;p=openembedded.git make: BBCLASSEXTEND = "native"; remove native recipe This also gets rid of the legacy staging in the native recipe Signed-off-by: Frans Meulenbroeks Acked-by: Khem Raj --- 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"