[oe-commits] Anders Darander : connman: fix typo with -test package

git version control git at git.openembedded.org
Wed Aug 31 12:49:35 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 6c9a93a7a81c5c141f10a2cec2eef695621ecfc4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6c9a93a7a81c5c141f10a2cec2eef695621ecfc4

Author: Anders Darander <anders at chargestorm.se>
Date:   Wed Aug 31 20:32:22 2011 +0000

connman: fix typo with -test package

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

Signed-off-by: Anders Darander <anders at chargestorm.se>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-connectivity/connman/connman.inc   |    2 +-
 .../recipes-connectivity/connman/connman_0.77.bb   |    1 +
 2 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..8209502 100644
--- a/meta-oe/recipes-connectivity/connman/connman.inc
+++ b/meta-oe/recipes-connectivity/connman/connman.inc
@@ -72,7 +72,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} \
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.77.bb b/meta-oe/recipes-connectivity/connman/connman_0.77.bb
index 6c7b5f8..b132f4b 100644
--- a/meta-oe/recipes-connectivity/connman/connman_0.77.bb
+++ b/meta-oe/recipes-connectivity/connman/connman_0.77.bb
@@ -1,4 +1,5 @@
 require connman.inc
+PR = "r1"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \





More information about the Openembedded-commits mailing list