diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-25 13:52:23 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:52 -0800 |
commit | a52de6f29b58871c946b1ada34bdc95e3fb4895f (patch) | |
tree | 8414fa17eea9316b378ce080a8ec1cb1b2453d52 /meta/recipes-connectivity | |
parent | 0cd2a26ff6fe573ffcec942f2db4e96db2d391e7 (diff) | |
download | poky-a52de6f29b58871c946b1ada34bdc95e3fb4895f.tar.gz |
ofono: Upgrade to version 0.33
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono.inc | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono/ofono (renamed from meta/recipes-connectivity/ofono/files/ofono) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_0.17.bb | 7 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_0.33.bb | 9 |
4 files changed, 12 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index eddfa47b25..5abc92ef52 100644 --- a/meta/recipes-connectivity/ofono/ofono.inc +++ b/meta/recipes-connectivity/ofono/ofono.inc | |||
@@ -1,7 +1,9 @@ | |||
1 | HOMEPAGE = "http://www.ofono.org" | 1 | HOMEPAGE = "http://www.ofono.org" |
2 | SUMMARY = "open source telephony" | 2 | 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 = "GPL" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779" | ||
5 | 7 | ||
6 | inherit autotools pkgconfig update-rc.d | 8 | inherit autotools pkgconfig update-rc.d |
7 | 9 | ||
diff --git a/meta/recipes-connectivity/ofono/files/ofono b/meta/recipes-connectivity/ofono/ofono/ofono index 6d46fb8966..6d46fb8966 100644 --- a/meta/recipes-connectivity/ofono/files/ofono +++ b/meta/recipes-connectivity/ofono/ofono/ofono | |||
diff --git a/meta/recipes-connectivity/ofono/ofono_0.17.bb b/meta/recipes-connectivity/ofono/ofono_0.17.bb deleted file mode 100644 index 02b64e5b28..0000000000 --- a/meta/recipes-connectivity/ofono/ofono_0.17.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require ofono.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \ | ||
6 | file://ofono" | ||
7 | |||
diff --git a/meta/recipes-connectivity/ofono/ofono_0.33.bb b/meta/recipes-connectivity/ofono/ofono_0.33.bb new file mode 100644 index 0000000000..1d9a8afb73 --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono_0.33.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require ofono.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \ | ||
6 | file://ofono" | ||
7 | |||
8 | SRC_URI[md5sum] = "001160996d0c00e7b8da575e1fff1bd1" | ||
9 | SRC_URI[sha256sum] = "1b7ce568e32518f404231389150cea5d4abfb19e09eaa6e7a280be2e5186c82f" | ||