diff options
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/libgweather_2.28.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/gnome/libgweather_2.28.0.bb b/recipes/gnome/libgweather_2.28.0.bb new file mode 100644 index 0000000000..5b2dc305e6 --- /dev/null +++ b/recipes/gnome/libgweather_2.28.0.bb @@ -0,0 +1,23 @@ +LICENSE = "LGPL" +SECTION = "x11/gnome/libs" +DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring" + +inherit gnome + +EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" + +do_configure_prepend() { + sed -i -e 's:help::' ${S}/Makefile.am + sed -i -e 's: doc : :g' ${S}/Makefile.am +} + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += "${datadir}/gnome* \ + ${datadir}/icons" + +PACKAGES =+ "${PN}-locationdata" +FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*" + |