All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming
@ 2012-09-04  4:43 Khem Raj
  2012-09-04  8:33 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-09-04  4:43 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../tasks/task-opie-toolchain-host-nativesdk.bb    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
index 5ca80e6..42138f1 100644
--- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
+++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
@@ -1,8 +1,8 @@
-require recipes-core/tasks/task-sdk-host-nativesdk.bb
+require recipes-core/tasks/nativesdk-task-sdk-host.bb
 
 DESCRIPTION = "Host packages for Opie SDK"
 PR = "r2"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
+RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"
-- 
1.7.9.5




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

* Re: [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming
  2012-09-04  4:43 Khem Raj
@ 2012-09-04  8:33 ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-09-04  8:33 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On Monday 03 September 2012 21:43:33 Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../tasks/task-opie-toolchain-host-nativesdk.bb    |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb index
> 5ca80e6..42138f1 100644
> --- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> +++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> @@ -1,8 +1,8 @@
> -require recipes-core/tasks/task-sdk-host-nativesdk.bb
> +require recipes-core/tasks/nativesdk-task-sdk-host.bb
> 
>  DESCRIPTION = "Host packages for Opie SDK"
>  PR = "r2"
>  LICENSE = "MIT"
>  ALLOW_EMPTY = "1"
> 
> -RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
> +RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"

Merged to meta-opie master with a PR bump, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming
@ 2012-09-09  6:20 Khem Raj
  2012-09-09 10:43 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-09-09  6:20 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../tasks/task-opie-toolchain-host-nativesdk.bb    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
index 5ca80e6..42138f1 100644
--- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
+++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
@@ -1,8 +1,8 @@
-require recipes-core/tasks/task-sdk-host-nativesdk.bb
+require recipes-core/tasks/nativesdk-task-sdk-host.bb
 
 DESCRIPTION = "Host packages for Opie SDK"
 PR = "r2"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
+RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"
-- 
1.7.9.5




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

* Re: [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming
  2012-09-09  6:20 [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming Khem Raj
@ 2012-09-09 10:43 ` Paul Eggleton
  2012-09-09 15:32   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2012-09-09 10:43 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On Saturday 08 September 2012 23:20:42 Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../tasks/task-opie-toolchain-host-nativesdk.bb    |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb index
> 5ca80e6..42138f1 100644
> --- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> +++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
> @@ -1,8 +1,8 @@
> -require recipes-core/tasks/task-sdk-host-nativesdk.bb
> +require recipes-core/tasks/nativesdk-task-sdk-host.bb
> 
>  DESCRIPTION = "Host packages for Opie SDK"
>  PR = "r2"
>  LICENSE = "MIT"
>  ALLOW_EMPTY = "1"
> 
> -RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
> +RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"

This patch got merged to meta-opie master 5 days ago as 
180d4b32d553baf4de152c601f6ccc72a84aee73. Did you mean to send a different 
patch?

FYI I have some packagegroup renaming fixes queued, should be pushing today.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming
  2012-09-09 10:43 ` Paul Eggleton
@ 2012-09-09 15:32   ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2012-09-09 15:32 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

On Sun, Sep 9, 2012 at 3:43 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Saturday 08 September 2012 23:20:42 Khem Raj wrote:
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  .../tasks/task-opie-toolchain-host-nativesdk.bb    |    4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
>> b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb index
>> 5ca80e6..42138f1 100644
>> --- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
>> +++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
>> @@ -1,8 +1,8 @@
>> -require recipes-core/tasks/task-sdk-host-nativesdk.bb
>> +require recipes-core/tasks/nativesdk-task-sdk-host.bb
>>
>>  DESCRIPTION = "Host packages for Opie SDK"
>>  PR = "r2"
>>  LICENSE = "MIT"
>>  ALLOW_EMPTY = "1"
>>
>> -RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
>> +RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"
>
> This patch got merged to meta-opie master 5 days ago as
> 180d4b32d553baf4de152c601f6ccc72a84aee73. Did you mean to send a different
> patch?
>

yes. This was not meant to be sent. I have now sent the one I intended to.

> FYI I have some packagegroup renaming fixes queued, should be pushing today.
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-09-09 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09  6:20 [meta-opie][PATCH] task-opie: Adjust for nativesdk renaming Khem Raj
2012-09-09 10:43 ` Paul Eggleton
2012-09-09 15:32   ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2012-09-04  4:43 Khem Raj
2012-09-04  8:33 ` Paul Eggleton

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.