From 62eb9a2d30ccd247cb3d02f4964ebc4ae2dfb630 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sat, 13 Mar 2010 14:09:09 +0000 Subject: sed-4.1.1: migrate to using BBCLASSEXTEND for native. Signed-off-by: Scott Garman Signed-off-by: Khem Raj --- 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 (limited to 'recipes/sed') 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" -- cgit 1.2.3-korg