connman: fix typo with -test package

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

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Anders Darander
2011-08-31 20:32:22 +00:00
committed by Koen Kooi
parent 33bd83fa53
commit 6c9a93a7a8
2 changed files with 2 additions and 1 deletions
@@ -72,7 +72,7 @@ PACKAGES_DYNAMIC = "${PN}-plugin-*"
PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests" PACKAGES =+ "${PN}-scripts ${PN}-tools ${PN}-tests"
FILES_${PN}-tools = "${bindir}/wispr" FILES_${PN}-tools = "${bindir}/wispr"
FILES_${PN{-tests = "${bindir}/*-test" FILES_${PN}-tests = "${bindir}/*-test"
FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
${sysconfdir} ${sharedstatedir} ${localstatedir} \ ${sysconfdir} ${sharedstatedir} ${localstatedir} \
${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \
@@ -1,4 +1,5 @@
require connman.inc require connman.inc
PR = "r1"
EXTRA_OECONF += "\ EXTRA_OECONF += "\
--disable-gtk-doc \ --disable-gtk-doc \