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

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.