[oe-commits] Scott Garman : sed-4.1.1: migrate to using BBCLASSEXTEND for native.

git version control git at git.openembedded.org
Mon Mar 22 22:53:10 UTC 2010


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

Author: Scott Garman <sgarman at zenlinux.com>
Date:   Sat Mar 13 14:09:09 2010 +0000

sed-4.1.1: migrate to using BBCLASSEXTEND for native.

Signed-off-by: Scott Garman <sgarman at zenlinux.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/sed/sed-native_4.1.1.bb |    3 ---
 recipes/sed/sed_4.1.1.bb        |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/sed/sed-native_4.1.1.bb b/recipes/sed/sed-native_4.1.1.bb
deleted file mode 100644
index 3bfacd8..0000000
--- a/recipes/sed/sed-native_4.1.1.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-SECTION = "console/utils"
-require sed_${PV}.bb
-inherit native
diff --git a/recipes/sed/sed_4.1.1.bb b/recipes/sed/sed_4.1.1.bb
index eac4a9c..2f926f7 100644
--- a/recipes/sed/sed_4.1.1.bb
+++ b/recipes/sed/sed_4.1.1.bb
@@ -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"





More information about the Openembedded-commits mailing list