mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
connman: Fixed multilib support.
1. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. (From OE-Core rev: 4df39d673156cc63b94531515d8f92ca4d0da77f) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Removed ofono addtion - sgw Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c7283aa15f
commit
a405ca246e
@@ -90,7 +90,7 @@ PACKAGES =+ "${PN}-tools ${PN}-tests"
|
|||||||
|
|
||||||
FILES_${PN}-tools = "${bindir}/wispr"
|
FILES_${PN}-tools = "${bindir}/wispr"
|
||||||
|
|
||||||
FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${PN}/test/*"
|
FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
|
||||||
RDEPENDS_${PN}-tests = "python-dbus"
|
RDEPENDS_${PN}-tests = "python-dbus"
|
||||||
|
|
||||||
FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
|
FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
|
|||||||
file://disable_alg-test.patch \
|
file://disable_alg-test.patch \
|
||||||
file://connman"
|
file://connman"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
PR = "r1"
|
||||||
|
|||||||
Reference in New Issue
Block a user