[oe-commits] Darren Hart : ofono: Add python-pygobject to ofono-tests package DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue May 15 17:58:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 30708f1b5bc3844e080ef863fdd22446700ba0b1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=30708f1b5bc3844e080ef863fdd22446700ba0b1

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Mon May 14 17:10:34 2012 -0700

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.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
CC: Dongxiao Xu <dongxiao.xu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/ofono/ofono.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index f4b2317..573c778 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"





More information about the Openembedded-commits mailing list