[OE-core] [PATCH 13/18] ofono: upgrade to 1.3

Shane Wang shane.wang at intel.com
Sun Jan 22 18:29:56 UTC 2012


This patch is to upgrade ofono to 1.3 and the v1.3 ofono depends on mobile-broadband-provider-info.

Signed-off-by: Shane Wang <shane.wang at intel.com>
---
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +-
 .../ofono/{ofono_1.0.bb => ofono_1.3.bb}           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.0.bb => ofono_1.3.bb} (66%)

diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index bf6f6a5..f6cd895 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 
 inherit autotools pkgconfig update-rc.d
 
-DEPENDS  = "dbus glib-2.0 udev ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}"
+DEPENDS  = "dbus glib-2.0 udev mobile-broadband-provider-info ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}"
 
 INITSCRIPT_NAME = "ofono"
 INITSCRIPT_PARAMS = "defaults 22"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.0.bb b/meta/recipes-connectivity/ofono/ofono_1.3.bb
similarity index 66%
rename from meta/recipes-connectivity/ofono/ofono_1.0.bb
rename to meta/recipes-connectivity/ofono/ofono_1.3.bb
index 276efdb..ed664a2 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.0.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.3.bb
@@ -10,5 +10,5 @@ EXTRA_OECONF += "\
     ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
 "
 
-SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193"
-SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa"
+SRC_URI[md5sum] = "dbe381b739c0e7830e6c075f81c8e168"
+SRC_URI[sha256sum] = "02a9f1f7c1b8eeb8868290d119fe5dc90b0b5c0b6199bed5293dc06a8bf7ebeb"
-- 
1.7.6





More information about the Openembedded-core mailing list