diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-05-14 17:10:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-15 18:51:12 +0100 |
commit | 389de8a24f1774d53b6d46142d213c0542a279ba (patch) | |
tree | 47216f8df80079256802b69542bd45c4850cdaff /meta/recipes-connectivity/ofono/ofono.inc | |
parent | 12b4543ac9f54c0db0ee4a7ee546a71946a051f8 (diff) | |
download | poky-389de8a24f1774d53b6d46142d213c0542a279ba.tar.gz |
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 <dvhart@linux.intel.com>
CC: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono.inc')
-rw-r--r-- | 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 f4b2317c0d..573c778911 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
@@ -21,4 +21,4 @@ PACKAGES =+ "${PN}-tests" | |||
21 | 21 | ||
22 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" | 22 | FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" |
23 | FILES_${PN}-tests = "${libdir}/ofono" | 23 | FILES_${PN}-tests = "${libdir}/ofono" |
24 | RDEPENDS_${PN}-tests = "python" | 24 | RDEPENDS_${PN}-tests = "python python-pygobject" |