All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Ensure package dependency between connman and ofono
@ 2012-04-06  6:19 Lianhao Lu
  2012-04-06  6:20 ` [PATCH 1/1] connman: ensure ofono package is generated Lianhao Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Lianhao Lu @ 2012-04-06  6:19 UTC (permalink / raw)
  To: openembedded-core

Make sure ofono package is generated when building connman.

The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47:
  Saul Wold (1):
        runqemu-internal: Add console=tty for qemuppc and NFS

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/multilib
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib

Lianhao Lu (1):
  connman: ensure ofono package is generated.

 meta/recipes-connectivity/connman/connman.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




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

* [PATCH 1/1] connman: ensure ofono package is generated.
  2012-04-06  6:19 [PATCH 0/1] Ensure package dependency between connman and ofono Lianhao Lu
@ 2012-04-06  6:20 ` Lianhao Lu
  2012-04-09 21:21   ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Lianhao Lu @ 2012-04-06  6:20 UTC (permalink / raw)
  To: openembedded-core

Make sure ofono package is generated when buidling connman, because
dynamic package connman-plugin-ofono has a RDEPENDS on ofono.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
 meta/recipes-connectivity/connman/connman.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 1a6dd1b..3ed5667 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -39,6 +39,8 @@ EXTRA_OECONF += "\
     --disable-ntpd \
 "
 
+do_package[depends] = "${MLPREFIX}ofono:do_package"
+
 INITSCRIPT_NAME = "connman"
 INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
 
-- 
1.7.0.4




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

* Re: [PATCH 1/1] connman: ensure ofono package is generated.
  2012-04-06  6:20 ` [PATCH 1/1] connman: ensure ofono package is generated Lianhao Lu
@ 2012-04-09 21:21   ` Saul Wold
  2012-04-10  3:03     ` Lu, Lianhao
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2012-04-09 21:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/05/2012 11:20 PM, Lianhao Lu wrote:
> Make sure ofono package is generated when buidling connman, because
> dynamic package connman-plugin-ofono has a RDEPENDS on ofono.
>
Since this is for a plugin, can the connman-plugin-ofono be generated in 
a separate package (or possibly even a separate recipe that depends on 
ofono, instead of making connman depend on ofono, I am not sure the 
solution below is correct either.

Sau!

> Signed-off-by: Lianhao Lu<lianhao.lu@intel.com>
> ---
>   meta/recipes-connectivity/connman/connman.inc |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
> index 1a6dd1b..3ed5667 100644
> --- a/meta/recipes-connectivity/connman/connman.inc
> +++ b/meta/recipes-connectivity/connman/connman.inc
> @@ -39,6 +39,8 @@ EXTRA_OECONF += "\
>       --disable-ntpd \
>   "
>
> +do_package[depends] = "${MLPREFIX}ofono:do_package"
> +
>   INITSCRIPT_NAME = "connman"
>   INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."
>



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

* Re: [PATCH 1/1] connman: ensure ofono package is generated.
  2012-04-09 21:21   ` Saul Wold
@ 2012-04-10  3:03     ` Lu, Lianhao
  0 siblings, 0 replies; 4+ messages in thread
From: Lu, Lianhao @ 2012-04-10  3:03 UTC (permalink / raw)
  To: Saul Wold, Patches and discussions about the oe-core layer


Saul Wold wrote on 2012-04-10:
> On 04/05/2012 11:20 PM, Lianhao Lu wrote:
>> Make sure ofono package is generated when buidling connman, because
>> dynamic package connman-plugin-ofono has a RDEPENDS on ofono.
>> 
> Since this is for a plugin, can the connman-plugin-ofono be generated in
> a separate package (or possibly even a separate recipe that depends on
> ofono, instead of making connman depend on ofono, I am not sure the
> solution below is correct either.

connman-plugin-ofono is already generated in a separate dynamic package, just like other dynamic connman-plugin-bluez4. I think we'd better build the connman-plugin-ofono based on the value distro_features, just like we did for connman-plugin-bluez4 in commit http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit?id=1288313411f8db7628e9ec4c04f2ad7f830e994d. I'll remake the patch. 

-Lianhao 

> Sau!
> 
>> Signed-off-by: Lianhao Lu<lianhao.lu@intel.com>
>> ---
>>   meta/recipes-connectivity/connman/connman.inc |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>> diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
>> index 1a6dd1b..3ed5667 100644
>> --- a/meta/recipes-connectivity/connman/connman.inc
>> +++ b/meta/recipes-connectivity/connman/connman.inc
>> @@ -39,6 +39,8 @@ EXTRA_OECONF += "\
>>       --disable-ntpd \
>>   "
>> +do_package[depends] = "${MLPREFIX}ofono:do_package"
>> +
>>   INITSCRIPT_NAME = "connman"
>>   INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ."

Best Regards,
Lianhao





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

end of thread, other threads:[~2012-04-10  3:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06  6:19 [PATCH 0/1] Ensure package dependency between connman and ofono Lianhao Lu
2012-04-06  6:20 ` [PATCH 1/1] connman: ensure ofono package is generated Lianhao Lu
2012-04-09 21:21   ` Saul Wold
2012-04-10  3:03     ` Lu, Lianhao

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.