| Submitter | Darren Hart |
|---|---|
| Date | May 15, 2012, 12:10 a.m. |
| Message ID | <2550536d7f78d76e58a7378cd57b557078979340.1337040537.git.dvhart@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/27745/ |
| State | Accepted |
| Commit | 30708f1b5bc3844e080ef863fdd22446700ba0b1 |
| Headers | show |
Comments
Patch
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"
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> --- meta/recipes-connectivity/ofono/ofono.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)