blob: 8a35e1a4f0df9e59a32bf1f7db8103e3d1f134d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
LICENSE = "LGPL"
DESCRIPTION = "Nokia osso help library"
DEPENDS = "libhildonhelp libosso gtkhtml-3.8 libxml2 "
PR = "r0"
SRC_URI = "http://repository.maemo.org/pool/sardine-experimental/main.disabled/source/libo/libosso-help/libosso-help_${PV}-2.tar.gz"
inherit autotools pkgconfig lib_package
S = "${WORKDIR}/2.1.2-2"
do_configure_prepend() {
# remove Werror from OSSO_CFLAGS
sed -i s:-Werror::g configure.ac
sed -i -e s:AC_CONFIG_SRCDIR:#AC_CONFIG_SRCDIR:g configure.ac
}
do_stage() {
autotools_stage_all
}
|