[oe] [PATCH] sed-4.1.1: migrate -native to BBCLASSEXTEND

Scott Garman sgarman at zenlinux.com
Sun Mar 14 00:09:09 UTC 2010


Signed-off-by: Scott Garman <sgarman at zenlinux.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(-)
 delete mode 100644 recipes/sed/sed-native_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
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"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list