mplayer-common: fix arch and install
[openembedded.git] / recipes / maemo4 / libosso-help_2.1.2.bb
blob8a35e1a4f0df9e59a32bf1f7db8103e3d1f134d4
1 LICENSE = "LGPL"
2 DESCRIPTION = "Nokia osso help library"
4 DEPENDS = "libhildonhelp libosso gtkhtml-3.8 libxml2 "
6 PR = "r0"
8 SRC_URI = "http://repository.maemo.org/pool/sardine-experimental/main.disabled/source/libo/libosso-help/libosso-help_${PV}-2.tar.gz"
10 inherit autotools pkgconfig lib_package
12 S = "${WORKDIR}/2.1.2-2"
14 do_configure_prepend() {
15 # remove Werror from OSSO_CFLAGS
16 sed -i s:-Werror::g configure.ac
17 sed -i -e s:AC_CONFIG_SRCDIR:#AC_CONFIG_SRCDIR:g configure.ac
20 do_stage() {
21 autotools_stage_all