[oe-commits] Roman I Khimov : byacc: kill -native recipe, replace with BBCLASSEXTEND

git version control git at git.openembedded.org
Tue Aug 3 20:01:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 060285f9fdb9bc0065f119a41edb15e0182c069c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=060285f9fdb9bc0065f119a41edb15e0182c069c

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Aug  3 23:59:34 2010 +0400

byacc: kill -native recipe, replace with BBCLASSEXTEND

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/byacc/byacc-native_20081225.bb |    8 --------
 recipes/byacc/byacc.inc                |    3 ++-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/recipes/byacc/byacc-native_20081225.bb b/recipes/byacc/byacc-native_20081225.bb
deleted file mode 100644
index de2b16d..0000000
--- a/recipes/byacc/byacc-native_20081225.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-PR = "r0"
-
-require byacc.inc
-
-inherit native
-
-SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9"
-SRC_URI[sha256sum] = "1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575"
diff --git a/recipes/byacc/byacc.inc b/recipes/byacc/byacc.inc
index 7d35974..c6a5e38 100644
--- a/recipes/byacc/byacc.inc
+++ b/recipes/byacc/byacc.inc
@@ -4,7 +4,8 @@ LICENSE = "public domain"
 
 SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz"
 EXTRA_OECONF += "--program-transform-name='s,^,b,'"
-S = "${WORKDIR}/byacc-${PV}"
+
+BBCLASSEXTEND = "native"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list