[poky] [PATCH 11/14] ofono: Upgrade to version 0.33

Dongxiao Xu dongxiao.xu at intel.com
Wed Nov 24 21:52:23 PST 2010


Fixed recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
---
 meta/recipes-connectivity/ofono/ofono.inc          |    4 +++-
 .../ofono/{files => ofono}/ofono                   |    0
 meta/recipes-connectivity/ofono/ofono_0.17.bb      |    7 -------
 meta/recipes-connectivity/ofono/ofono_0.33.bb      |    9 +++++++++
 4 files changed, 12 insertions(+), 8 deletions(-)
 rename meta/recipes-connectivity/ofono/{files => ofono}/ofono (100%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.17.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_0.33.bb

diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index eddfa47..5abc92e 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -1,7 +1,9 @@
 HOMEPAGE = "http://www.ofono.org"
 SUMMARY  = "open source telephony"
 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."
-LICENSE  = "GPL"
+LICENSE  = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
+                    file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779"
 
 inherit autotools pkgconfig update-rc.d
 
diff --git a/meta/recipes-connectivity/ofono/files/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
similarity index 100%
rename from meta/recipes-connectivity/ofono/files/ofono
rename to 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 02b64e5..0000000
--- a/meta/recipes-connectivity/ofono/ofono_0.17.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ofono.inc
-
-PR = "r0"
-
-SRC_URI  = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
-	          file://ofono"
-
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 0000000..1d9a8af
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_0.33.bb
@@ -0,0 +1,9 @@
+require ofono.inc
+
+PR = "r0"
+
+SRC_URI  = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
+	          file://ofono"
+
+SRC_URI[md5sum] = "001160996d0c00e7b8da575e1fff1bd1"
+SRC_URI[sha256sum] = "1b7ce568e32518f404231389150cea5d4abfb19e09eaa6e7a280be2e5186c82f"
-- 
1.6.3.3




More information about the poky mailing list