All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sed: migrate -native to BBCLASSEXTEND
@ 2010-03-13  7:28 Scott Garman
  2010-03-13  8:02 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Scott Garman @ 2010-03-13  7:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
 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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] sed: migrate -native to BBCLASSEXTEND
  2010-03-13  7:28 [PATCH] sed: migrate -native to BBCLASSEXTEND Scott Garman
@ 2010-03-13  8:02 ` Khem Raj
  2010-03-13 18:02   ` Scott Garman
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2010-03-13  8:02 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman <sgarman@zenlinux.com> wrote:
> Signed-off-by: Scott Garman <sgarman@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] sed: migrate -native to BBCLASSEXTEND
  2010-03-13  8:02 ` Khem Raj
@ 2010-03-13 18:02   ` Scott Garman
  2010-03-13 18:27     ` Frans Meulenbroeks
  2010-03-13 18:55     ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Garman @ 2010-03-13 18:02 UTC (permalink / raw)
  To: openembedded-devel

On 03/13/2010 12:02 AM, Khem Raj wrote:
> On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman<sgarman@zenlinux.com>  wrote:
>> Signed-off-by: Scott Garman<sgarman@zenlinux.com>
>
> can you also convert other native recipes for sed to use BBCLASSEXTEND

Yep, that was my plan. Although there is only one other sed-native 
recipe for v4.1.1. Should I just convert that one, or is there also any 
value in adding BBCLASSEXTEND = "native" for the two other v4.0.x recipes?

Scott

-- 
Scott Garman
sgarman at zenlinux dot com



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] sed: migrate -native to BBCLASSEXTEND
  2010-03-13 18:02   ` Scott Garman
@ 2010-03-13 18:27     ` Frans Meulenbroeks
  2010-03-13 18:55     ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-03-13 18:27 UTC (permalink / raw)
  To: openembedded-devel

2010/3/13 Scott Garman <sgarman@zenlinux.com>:
> On 03/13/2010 12:02 AM, Khem Raj wrote:
>>
>> On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman<sgarman@zenlinux.com>
>>  wrote:
>>>
>>> Signed-off-by: Scott Garman<sgarman@zenlinux.com>
>>
>> can you also convert other native recipes for sed to use BBCLASSEXTEND
>
> Yep, that was my plan. Although there is only one other sed-native recipe
> for v4.1.1. Should I just convert that one, or is there also any value in
> adding BBCLASSEXTEND = "native" for the two other v4.0.x recipes?
>
Are the 4.0.x recipes or 4.1.1. of any use ??
to me sed seems typically something that just does its job

FM



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] sed: migrate -native to BBCLASSEXTEND
  2010-03-13 18:02   ` Scott Garman
  2010-03-13 18:27     ` Frans Meulenbroeks
@ 2010-03-13 18:55     ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2010-03-13 18:55 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Mar 13, 2010 at 10:02 AM, Scott Garman <sgarman@zenlinux.com> wrote:
> On 03/13/2010 12:02 AM, Khem Raj wrote:
>>
>> On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman<sgarman@zenlinux.com>
>>  wrote:
>>>
>>> Signed-off-by: Scott Garman<sgarman@zenlinux.com>
>>
>> can you also convert other native recipes for sed to use BBCLASSEXTEND
>
> Yep, that was my plan. Although there is only one other sed-native recipe
> for v4.1.1. Should I just convert that one, or is there also any value in
> adding BBCLASSEXTEND = "native" for the two other v4.0.x recipes?

just convert one's that are there.

>
> Scott
>
> --
> Scott Garman
> sgarman at zenlinux dot com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-13 18:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13  7:28 [PATCH] sed: migrate -native to BBCLASSEXTEND Scott Garman
2010-03-13  8:02 ` Khem Raj
2010-03-13 18:02   ` Scott Garman
2010-03-13 18:27     ` Frans Meulenbroeks
2010-03-13 18:55     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.