[oe-commits] [openembedded-core] 21/23: ofono: RRECOMMENDS tun.ko & APN database

git at git.openembedded.org git at git.openembedded.org
Mon Sep 5 10:58:16 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1cb0eb9a013ad8a4092f610faeab2ee2720b9e66
Author: André Draszik <git at andred.net>
AuthorDate: Fri Sep 2 23:04:41 2016 +0100

    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)
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/ofono/ofono.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 72bbcac..47e2a90 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -35,6 +35,7 @@ do_install_append() {
 PACKAGES =+ "${PN}-tests"
 
 RDEPENDS_${PN} += "dbus"
+RRECOMMENDS_${PN} += "kernel-module-tun mobile-broadband-provider-info"
 
 FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}"
 FILES_${PN}-tests = "${libdir}/${BPN}/test"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list