From: Scott Garman Date: Sat, 13 Mar 2010 14:09:09 +0000 (+0000) Subject: sed-4.1.1: migrate to using BBCLASSEXTEND for native. X-Git-Tag: Release-2010-05/1~339^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62eb9a2d30ccd247cb3d02f4964ebc4ae2dfb630;p=openembedded.git sed-4.1.1: migrate to using BBCLASSEXTEND for native. Signed-off-by: Scott Garman Signed-off-by: Khem Raj --- 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"