diff options
author | Scott Garman <sgarman@zenlinux.com> | 2010-03-13 14:09:09 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-03-22 15:51:23 -0700 |
commit | 62eb9a2d30ccd247cb3d02f4964ebc4ae2dfb630 (patch) | |
tree | 78ca5eb7195231314c3cb94785e662426d7d97f3 | |
parent | 78d6a328b2e73e20726c51cdfd696ae04cec2192 (diff) |
sed-4.1.1: migrate to using BBCLASSEXTEND for native.
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/sed/sed-native_4.1.1.bb | 3 | ||||
-rw-r--r-- | 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 3bfacd88a3..0000000000 --- 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 eac4a9cec3..2f926f78ca 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" |