connman: fix typo with -test package
authorAnders Darander <anders@chargestorm.se>
Wed, 31 Aug 2011 20:32:22 +0000 (20:32 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:14:36 +0000 (08:14 -0800)
The typo prohibited the connman-tests package from being populated.

(From meta-openembedded rev: 6c9a93a7a81c5c141f10a2cec2eef695621ecfc4)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/connman/connman.inc
meta-openembedded/meta-oe/recipes-connectivity/connman/connman_0.77.bb

index eeccf50..8209502 100644 (file)
@@ -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} \