blob: 5b2dc305e6009a60a9c0ee4574aec6046b590b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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*"
|