diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-24 23:04:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 11:40:00 +0000 |
commit | c80e8dd3a5aea663ff2cd10ac5b44af8c9388af6 (patch) | |
tree | 098624762cfa066808a070a616052e27b694f23a /meta/recipes-connectivity/ofono/ofono_git.bb | |
parent | 4bf73cbbe204b1175f7a92322a440a6642ffc083 (diff) | |
download | poky-c80e8dd3a5aea663ff2cd10ac5b44af8c9388af6.tar.gz |
ofono: Fix missing python dependency and package tests separately
We need to ensure there is a python dependency for the ofono python
test scripts. To do this without introducing the dependency
unnecessarily for the core ofono functionality, this patch splits
the tests into a separate package too.
[YOCTO #1705]
(From OE-Core rev: f699cb48c7f379f97623f1f244b0b6c5875d7497)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb index f1770c2d12..966d315df0 100644 --- a/meta/recipes-connectivity/ofono/ofono_git.bb +++ b/meta/recipes-connectivity/ofono/ofono_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ofono.inc | 1 | require ofono.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
6 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" | 6 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" |