sed-4.1.1: migrate to using BBCLASSEXTEND for native.
authorScott Garman <sgarman@zenlinux.com>
Sat, 13 Mar 2010 14:09:09 +0000 (14:09 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 22 Mar 2010 22:51:23 +0000 (15:51 -0700)
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/sed/sed-native_4.1.1.bb [deleted file]
recipes/sed/sed_4.1.1.bb

diff --git a/recipes/sed/sed-native_4.1.1.bb b/recipes/sed/sed-native_4.1.1.bb
deleted file mode 100644 (file)
index 3bfacd8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-SECTION = "console/utils"
-require sed_${PV}.bb
-inherit native
index eac4a9c..2f926f7 100644 (file)
@@ -1,8 +1,11 @@
 LICENSE = "GPL"
 SECTION = "console/utils"
 DESCRIPTION = "sed is a Stream EDitor."
+PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
 S = "${WORKDIR}/sed-${PV}"
 
 inherit autotools
+
+BBCLASSEXTEND = "native"