[oe-commits] Koen Kooi : libgweather3: add 3.0.2

git version control git at git.openembedded.org
Mon Jun 27 18:16:30 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 208315e47adf40ced02649f084a850af59ee2cd8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=208315e47adf40ced02649f084a850af59ee2cd8

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jun 24 17:47:23 2011 +0200

libgweather3: add 3.0.2

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-gnome/gweather/libgweather3_3.0.2.bb   |   24 ++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb b/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb
new file mode 100644
index 0000000..0e39707
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb
@@ -0,0 +1,24 @@
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SECTION = "x11/gnome/libs"
+DEPENDS = "libxml2 gconf libsoup-2.4 gtk+3"
+
+BPN = "libgweather"
+
+inherit gnome
+SRC_URI[archive.md5sum] = "f1a96c6f19c9a0bc6b4e12acc9a8a85d"
+SRC_URI[archive.sha256sum] = "9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c"
+
+do_configure_prepend() {
+	sed -i -e 's: doc : :g' ${S}/Makefile.am
+}
+
+FILES_${PN} += "${datadir}/gnome* \
+                ${datadir}/icons"
+
+PACKAGES =+ "${PN}-locationdata"
+FILES_${PN}-locationdata = "${datadir}/libgweather/*ocations*"
+
+
+





More information about the Openembedded-commits mailing list