summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb')
-rw-r--r--meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
new file mode 100644
index 000000000..09388fb7f
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
@@ -0,0 +1,22 @@
1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
3
4SECTION = "x11/gnome/libs"
5DEPENDS = "libxml2 gconf libsoup-2.4 gtk+ libgnome-keyring"
6
7inherit gnome
8
9SRC_URI[archive.md5sum] = "bf6a0a05051341ecb250f332e3edfb88"
10SRC_URI[archive.sha256sum] = "b835374661423f37c46aa8e37368ae24a68856f117b7c21e475a21efdba5264c"
11
12do_configure_prepend() {
13 sed -i -e 's: doc : :g' ${S}/Makefile.am
14}
15
16FILES_${PN} += "${datadir}/gnome* \
17 ${datadir}/icons"
18
19PACKAGES =+ "${PN}-locationdata"
20FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
21
22