diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-12-20 18:33:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-26 11:34:03 +0000 |
commit | ff877a22364770b563b9b6c0bcf36e41a1c4e3b3 (patch) | |
tree | c39e4682cd492f20637055a79e82bd34eb21b177 /meta/recipes-connectivity | |
parent | 3c77b8c19a063e91bd35fc2c2467f3076b42328e (diff) | |
download | poky-ff877a22364770b563b9b6c0bcf36e41a1c4e3b3.tar.gz |
ofono: upgrade to 1.12
(From OE-Core rev: d762757883225d62cfc33fef79d21939e4337669)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.12.bb (renamed from meta/recipes-connectivity/ofono/ofono_1.10.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.10.bb b/meta/recipes-connectivity/ofono/ofono_1.12.bb index d150961be4..17679717ca 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.10.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.12.bb | |||
@@ -1,14 +1,13 @@ | |||
1 | require ofono.inc | 1 | require ofono.inc |
2 | 2 | ||
3 | SRC_URI = "\ | 3 | SRC_URI = "\ |
4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ | 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ |
5 | file://ofono \ | 5 | file://ofono \ |
6 | " | 6 | " |
7 | PR = "r1" | 7 | PR = "r0" |
8 | |||
9 | SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" | ||
10 | SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" | ||
11 | 8 | ||
9 | SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99" | ||
10 | SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751" | ||
12 | 11 | ||
13 | EXTRA_OECONF += "\ | 12 | EXTRA_OECONF += "\ |
14 | --enable-test \ | 13 | --enable-test \ |