summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/ofono/ofono.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 676a0c0042..4443a95c2f 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
6 file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee" 6 file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
7 7
8inherit autotools pkgconfig update-rc.d systemd bluetooth 8inherit autotools pkgconfig update-rc.d systemd bluetooth gobject-introspection-data
9 9
10DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info" 10DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info"
11 11
@@ -29,7 +29,6 @@ do_install_append() {
29 29
30 # Ofono still has one test tool that refers to Python 2 in the shebang 30 # Ofono still has one test tool that refers to Python 2 in the shebang
31 sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/ofono/test/set-ddr 31 sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/ofono/test/set-ddr
32
33} 32}
34 33
35PACKAGES =+ "${PN}-tests" 34PACKAGES =+ "${PN}-tests"
@@ -39,4 +38,5 @@ RRECOMMENDS_${PN} += "kernel-module-tun mobile-broadband-provider-info"
39 38
40FILES_${PN} += "${systemd_unitdir}" 39FILES_${PN} += "${systemd_unitdir}"
41FILES_${PN}-tests = "${libdir}/${BPN}/test" 40FILES_${PN}-tests = "${libdir}/${BPN}/test"
42RDEPENDS_${PN}-tests = "python3 python3-pygobject python3-dbus" 41RDEPENDS_${PN}-tests = "python3 python3-dbus"
42RDEPENDS_${PN}-tests += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}"