summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-23 14:24:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:22 +0000
commit940c1ad0581e03b479b956261904368b9af4fd5f (patch)
tree7583d3414dd6f62897aab61d9d6bdb69311abf37 /meta
parentd4182a2949e38ce76b8d7c18760420f965f3269c (diff)
downloadpoky-940c1ad0581e03b479b956261904368b9af4fd5f.tar.gz
ofono: upgrade to 1.0
This patch is to upgrade ofono to 1.0. The license is changed from "Copyright (C) 2008-2010 Intel Corporation. All rights reserved." into "Copyright (C) 2008-2011 Intel Corporation. All rights reserved." (From OE-Core rev: 0695487407d25a8d9d25894b20ca1b19a7f55643) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/ofono/ofono.inc2
-rw-r--r--meta/recipes-connectivity/ofono/ofono_1.0.bb (renamed from meta/recipes-connectivity/ofono/ofono_0.50.bb)6
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 0cc58ae3a5..bf6f6a5c74 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -3,7 +3,7 @@ SUMMARY = "open source telephony"
3DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." 3DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
6 file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779" 6 file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
7 7
8inherit autotools pkgconfig update-rc.d 8inherit autotools pkgconfig update-rc.d
9 9
diff --git a/meta/recipes-connectivity/ofono/ofono_0.50.bb b/meta/recipes-connectivity/ofono/ofono_1.0.bb
index b4ef413be7..276efdb718 100644
--- a/meta/recipes-connectivity/ofono/ofono_0.50.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.0.bb
@@ -1,6 +1,6 @@
1require ofono.inc 1require ofono.inc
2 2
3PR = "r2" 3PR = "r0"
4 4
5SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \ 5SRC_URI = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
6 file://ofono" 6 file://ofono"
@@ -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
13SRC_URI[md5sum] = "b2656fd0bbf33f926fc86c1e8915d697" 13SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193"
14SRC_URI[sha256sum] = "f8f8dd917847a007e4d441b949efc4d28dc3644526d5293016844c2536c65ff9" 14SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa"