diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-12-20 18:33:53 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-12-25 14:00:19 -0800 |
commit | d762757883225d62cfc33fef79d21939e4337669 (patch) | |
tree | f122220fc0b5734b8f9fca092d656abbbd28b704 /meta/recipes-connectivity | |
parent | 7db394c4021f57b6bfc5cbad3fb2bd4903527758 (diff) | |
download | openembedded-core-d762757883225d62cfc33fef79d21939e4337669.tar.gz openembedded-core-d762757883225d62cfc33fef79d21939e4337669.tar.bz2 openembedded-core-d762757883225d62cfc33fef79d21939e4337669.zip |
ofono: upgrade to 1.12
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 @@ require ofono.inc SRC_URI = "\ - ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ + ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ file://ofono \ " -PR = "r1" - -SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" -SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" +PR = "r0" +SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99" +SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751" EXTRA_OECONF += "\ --enable-test \ |