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

Khem Raj raj.khem at gmail.com
Sat Mar 13 08:02:58 UTC 2010


On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman <sgarman at zenlinux.com> wrote:
> Signed-off-by: Scott Garman <sgarman at zenlinux.com>

can you also convert other native recipes for sed to use BBCLASSEXTEND

> ---
>  recipes/sed/sed-native_4.1.2.bb |    3 ---
>  recipes/sed/sed_4.1.2.bb        |    3 ++-
>  2 files changed, 2 insertions(+), 4 deletions(-)
>  delete mode 100644 recipes/sed/sed-native_4.1.2.bb
>
> diff --git a/recipes/sed/sed-native_4.1.2.bb b/recipes/sed/sed-native_4.1.2.bb
> deleted file mode 100644
> index 3bfacd8..0000000
> --- a/recipes/sed/sed-native_4.1.2.bb
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -SECTION = "console/utils"
> -require sed_${PV}.bb
> -inherit native
> diff --git a/recipes/sed/sed_4.1.2.bb b/recipes/sed/sed_4.1.2.bb
> index fe80f3e..e4337e2 100644
> --- a/recipes/sed/sed_4.1.2.bb
> +++ b/recipes/sed/sed_4.1.2.bb
> @@ -1,7 +1,7 @@
>  LICENSE = "GPL"
>  SECTION = "console/utils"
>  DESCRIPTION = "sed is a Stream EDitor."
> -PR = "r1"
> +PR = "r2"
>
>  SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
>  S = "${WORKDIR}/sed-${PV}"
> @@ -24,3 +24,4 @@ pkg_prerm_${PN} () {
>        update-alternatives --remove sed sed.${PN}
>  }
>
> +BBCLASSEXTEND = "native"
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list