byacc: kill -native recipe, replace with BBCLASSEXTEND
authorRoman I Khimov <khimov@altell.ru>
Tue, 3 Aug 2010 19:59:34 +0000 (23:59 +0400)
committerRoman I Khimov <khimov@altell.ru>
Tue, 3 Aug 2010 20:00:33 +0000 (00:00 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/byacc/byacc-native_20081225.bb [deleted file]
recipes/byacc/byacc.inc

diff --git a/recipes/byacc/byacc-native_20081225.bb b/recipes/byacc/byacc-native_20081225.bb
deleted file mode 100644 (file)
index de2b16d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-PR = "r0"
-
-require byacc.inc
-
-inherit native
-
-SRC_URI[md5sum] = "b9715b9a2867c221176b597e8f73cbc9"
-SRC_URI[sha256sum] = "1364c7fe382de659e8b9841a1736b645345a460d2f4302303e80c02235a2a575"
index 7d35974..c6a5e38 100644 (file)
@@ -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