mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Koen Kooi
parent
33bd83fa53
commit
6c9a93a7a8
@@ -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} \
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
require connman.inc
|
||||
PR = "r1"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
--disable-gtk-doc \
|
||||
|
||||
Reference in New Issue
Block a user