diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-24 17:47:23 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-24 20:13:02 +0200 |
| commit | 208315e47adf40ced02649f084a850af59ee2cd8 (patch) | |
| tree | cc5eb0bca0c7fc9a20f423a55b6dd11b30d221f6 /meta-gnome/recipes-gnome | |
| parent | b3b933af48617fa34a04e91adca72dfe34ac32c8 (diff) | |
| download | meta-openembedded-208315e47adf40ced02649f084a850af59ee2cd8.tar.gz | |
libgweather3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
| -rw-r--r-- | meta-gnome/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 0000000000..0e39707a77 --- /dev/null +++ b/meta-gnome/recipes-gnome/gweather/libgweather3_3.0.2.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | LICENSE = "GPLv2" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 3 | |||
| 4 | SECTION = "x11/gnome/libs" | ||
| 5 | DEPENDS = "libxml2 gconf libsoup-2.4 gtk+3" | ||
| 6 | |||
| 7 | BPN = "libgweather" | ||
| 8 | |||
| 9 | inherit gnome | ||
| 10 | SRC_URI[archive.md5sum] = "f1a96c6f19c9a0bc6b4e12acc9a8a85d" | ||
| 11 | SRC_URI[archive.sha256sum] = "9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c" | ||
| 12 | |||
| 13 | do_configure_prepend() { | ||
| 14 | sed -i -e 's: doc : :g' ${S}/Makefile.am | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/gnome* \ | ||
| 18 | ${datadir}/icons" | ||
| 19 | |||
| 20 | PACKAGES =+ "${PN}-locationdata" | ||
| 21 | FILES_${PN}-locationdata = "${datadir}/libgweather/*ocations*" | ||
| 22 | |||
| 23 | |||
| 24 | |||
