diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-23 14:24:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:22 +0000 |
commit | 940c1ad0581e03b479b956261904368b9af4fd5f (patch) | |
tree | 7583d3414dd6f62897aab61d9d6bdb69311abf37 /meta/recipes-connectivity/ofono/ofono.inc | |
parent | d4182a2949e38ce76b8d7c18760420f965f3269c (diff) | |
download | poky-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/recipes-connectivity/ofono/ofono.inc')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 2 |
1 files changed, 1 insertions, 1 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" | |||
3 | DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." | 3 | DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 5 | LIC_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 | ||
8 | inherit autotools pkgconfig update-rc.d | 8 | inherit autotools pkgconfig update-rc.d |
9 | 9 | ||