diff options
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.3.bb (renamed from meta/recipes-connectivity/ofono/ofono_1.0.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index bf6f6a5c74..f6cd895354 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 \ | |||
7 | 7 | ||
8 | inherit autotools pkgconfig update-rc.d | 8 | inherit autotools pkgconfig update-rc.d |
9 | 9 | ||
10 | DEPENDS = "dbus glib-2.0 udev ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}" | 10 | DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}" |
11 | 11 | ||
12 | INITSCRIPT_NAME = "ofono" | 12 | INITSCRIPT_NAME = "ofono" |
13 | INITSCRIPT_PARAMS = "defaults 22" | 13 | INITSCRIPT_PARAMS = "defaults 22" |
diff --git a/meta/recipes-connectivity/ofono/ofono_1.0.bb b/meta/recipes-connectivity/ofono/ofono_1.3.bb index 276efdb718..ed664a23f8 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 += "\ | |||
10 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | 10 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193" | 13 | SRC_URI[md5sum] = "dbe381b739c0e7830e6c075f81c8e168" |
14 | SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa" | 14 | SRC_URI[sha256sum] = "02a9f1f7c1b8eeb8868290d119fe5dc90b0b5c0b6199bed5293dc06a8bf7ebeb" |