]> code.ossystems Code Review - openembedded-core.git/commitdiff
ofono: Add python-pygobject to ofono-tests package DEPENDS
authorDarren Hart <dvhart@linux.intel.com>
Tue, 15 May 2012 00:10:34 +0000 (17:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 May 2012 17:43:54 +0000 (18:43 +0100)
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.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/ofono/ofono.inc

index f4b2317c0d0dfcaf601d90b41f95d21781eaaa37..573c77891177ac4e7f9fb235da85d3b47501f0d3 100644 (file)
@@ -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"