diff options
author | André Draszik <git@andred.net> | 2016-09-02 23:04:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-05 11:56:02 +0100 |
commit | 5f5115a64b2a1589951b606a1680eeba185c42ed (patch) | |
tree | 20dc9015b04d8148a00b14e6835d18c938fb2a67 /meta/recipes-connectivity/ofono/ofono.inc | |
parent | fb75cd2186ad0adb8a5241d8031be1394ea5e95c (diff) | |
download | poky-5f5115a64b2a1589951b606a1680eeba185c42ed.tar.gz |
ofono: RRECOMMENDS tun.ko & APN database
- kernel-module-tun is needed so that ofono can create the
ppp network interface
- mobile-broadband-provider-info is needed as an explicit
dependency even though it is in DEPENDS, because it's
just an xml database, and the DEPENDS simply allows
ofono to figure out its location in the file system
(using pkg-config during configure). But there is no
shared library dependency or so for bitbake to figure
out this runtime dependency.
We make it a recommendation only, so that it can still
be removed from filesystem images in case people build
images that don't need the provider database (and e.g.
hard-code APNs for specific use-cases)
(From OE-Core rev: 1cb0eb9a013ad8a4092f610faeab2ee2720b9e66)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono.inc')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index 72bbcacbd5..47e2a90dcf 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
@@ -35,6 +35,7 @@ do_install_append() { | |||
35 | PACKAGES =+ "${PN}-tests" | 35 | PACKAGES =+ "${PN}-tests" |
36 | 36 | ||
37 | RDEPENDS_${PN} += "dbus" | 37 | RDEPENDS_${PN} += "dbus" |
38 | RRECOMMENDS_${PN} += "kernel-module-tun mobile-broadband-provider-info" | ||
38 | 39 | ||
39 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" | 40 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" |
40 | FILES_${PN}-tests = "${libdir}/${BPN}/test" | 41 | FILES_${PN}-tests = "${libdir}/${BPN}/test" |