From 389de8a24f1774d53b6d46142d213c0542a279ba Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 14 May 2012 17:10:34 -0700 Subject: ofono: Add python-pygobject to ofono-tests package DEPENDS Some of the ofono-tests python scripts, such as test-modem and receive-sms (22 in total) import gobject. Make the ofono-tests package depend on python-pygobject. Tested on the meta-intel fri2 BSP in a core-image-sato image. Assorted ofono tests run correctly. (From OE-Core rev: 30708f1b5bc3844e080ef863fdd22446700ba0b1) Signed-off-by: Darren Hart CC: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index f4b2317c0d..573c778911 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc @@ -21,4 +21,4 @@ PACKAGES =+ "${PN}-tests" FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" FILES_${PN}-tests = "${libdir}/ofono" -RDEPENDS_${PN}-tests = "python" +RDEPENDS_${PN}-tests = "python python-pygobject" -- cgit v1.2.3-54-g00ecf