All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] connman: fix typo with -test package
@ 2011-08-31 12:00 Anders Darander
  2011-08-31 12:19 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Darander @ 2011-08-31 12:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Anders Darander

The typo prohibited the connman-tests package from being populated.

Signed-off-by: Anders Darander <anders@chargestorm.se>
---
V2: Bumping PR, as the packaged contents of connman differs.

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

diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc
index eeccf50..45916d2 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -18,6 +18,7 @@ DEPENDS  = "dbus glib-2.0 ppp busybox dhcp resolvconf iptables gnutls ntp \
             ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \
             ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \
             "
+PR = "1"
 
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -72,7 +73,7 @@ PACKAGES_DYNAMIC = "${PN}-plugin-*"
 PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests"
 
 FILES_${PN}-tools = "${bindir}/wispr"
-FILES_${PN{-tests = "${bindir}/*-test"
+FILES_${PN}-tests = "${bindir}/*-test"
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
             ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \
-- 
1.7.5.4




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

* Re: [meta-oe][PATCH v2] connman: fix typo with -test package
  2011-08-31 12:00 [meta-oe][PATCH v2] connman: fix typo with -test package Anders Darander
@ 2011-08-31 12:19 ` Koen Kooi
  2011-08-31 12:25   ` Anders Darander
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-08-31 12:19 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 31-08-11 14:00, Anders Darander schreef:
> The typo prohibited the connman-tests package from being populated.
> 
> Signed-off-by: Anders Darander <anders@chargestorm.se> --- V2: Bumping PR, as the packaged contents of connman differs.
> 
> meta-oe/recipes-connectivity/connman/connman.inc |    3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index eeccf50..45916d2 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc @@ -18,6 +18,7 @@ DEPENDS  = "dbus
> glib-2.0 ppp busybox dhcp resolvconf iptables gnutls ntp \ ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ " +PR = "1"

That should go into the .bb, not the .inc


> EXTRA_OECONF += "\ ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \ @@ -72,7 +73,7 @@ PACKAGES_DYNAMIC = "${PN}-plugin-*" PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests"
> 
> FILES_${PN}-tools = "${bindir}/wispr" -FILES_${PN{-tests = "${bindir}/*-test" +FILES_${PN}-tests = "${bindir}/*-test" FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ ${sysconfdir} ${sharedstatedir} ${localstatedir} \ ${base_bindir}/* ${base_sbindir}/*
> ${base_libdir}/*.so* ${datadir}/${PN} \

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOXibQMkyGM64RGpERApteAJ4r2A4z7Pd3nQUwreRj+UyJiSzriACgmi22
ndTJSNjpvW2BWxdsK+QJDYA=
=/Ivi
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH v2] connman: fix typo with -test package
  2011-08-31 12:19 ` Koen Kooi
@ 2011-08-31 12:25   ` Anders Darander
  2011-08-31 12:28     ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Anders Darander @ 2011-08-31 12:25 UTC (permalink / raw)
  To: openembedded-devel

* Koen Kooi <koen@dominion.thruhere.net> [110831 14:20]:
> Op 31-08-11 14:00, Anders Darander schreef:
> > The typo prohibited the connman-tests package from being populated.
> > 
> > Signed-off-by: Anders Darander <anders@chargestorm.se> --- V2: Bumping PR, as the packaged contents of connman differs.
> > 
> > meta-oe/recipes-connectivity/connman/connman.inc |    3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index eeccf50..45916d2 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc @@ -18,6 +18,7 @@ DEPENDS  = "dbus
> > glib-2.0 ppp busybox dhcp resolvconf iptables gnutls ntp \ ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ " +PR = "1"

> That should go into the .bb, not the .inc

Sure, I'll send an updated patch.

Cheers,
Anders

-- 
Anders Darander
ChargeStorm AB



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

* Re: [meta-oe][PATCH v2] connman: fix typo with -test package
  2011-08-31 12:25   ` Anders Darander
@ 2011-08-31 12:28     ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-31 12:28 UTC (permalink / raw)
  To: Anders Darander; +Cc: openembedded-devel

On Wednesday 31 August 2011 13:25:35 Anders Darander wrote:
> Sure, I'll send an updated patch.

Also "r1" as opposed to "1".

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2011-08-31 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-31 12:00 [meta-oe][PATCH v2] connman: fix typo with -test package Anders Darander
2011-08-31 12:19 ` Koen Kooi
2011-08-31 12:25   ` Anders Darander
2011-08-31 12:28     ` 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.