diff options
| author | Shane Wang <shane.wang@intel.com> | 2012-03-14 15:15:25 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:41 +0000 |
| commit | 987d53f5be2b0af3a4cc4c318b7b8570c6ec885d (patch) | |
| tree | e0394739bc26587272e4e7225983691b15c61119 /meta/recipes-connectivity/ofono/ofono_1.5.bb | |
| parent | 7e1c71a3b02fcd4db49225a060d17252e538c99c (diff) | |
| download | poky-987d53f5be2b0af3a4cc4c318b7b8570c6ec885d.tar.gz | |
ofono: upgrade to 1.5
(From OE-Core rev: 5624201471f9d3fb7c6d9858a40f63dd88354f94)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_1.5.bb')
| -rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb new file mode 100644 index 0000000000..d0f273b68d --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_1.5.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require ofono.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ | ||
| 6 | file://ofono" | ||
| 7 | |||
| 8 | EXTRA_OECONF += "\ | ||
| 9 | --enable-test \ | ||
| 10 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "a54935a2a86b90300410c6c033284f6c" | ||
| 14 | SRC_URI[sha256sum] = "3a70608c17f3dca34c1e057aacdf836021322dfdcaf9edc777119eafe48076b3" | ||
