From: Koen Kooi Date: Tue, 7 Aug 2007 11:31:58 +0000 (+0000) Subject: hildon-libs: add 0.15.1 (from launchpad, the nokia site is too hard to navigate) X-Git-Tag: Release-2010-05/1~9076^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1576456e50a938806039d9db40be606ef81a19;p=openembedded.git hildon-libs: add 0.15.1 (from launchpad, the nokia site is too hard to navigate) --- diff --git a/packages/maemo3/hildon-libs_0.15.1.bb b/packages/maemo3/hildon-libs_0.15.1.bb new file mode 100644 index 0000000000..cb89376776 --- /dev/null +++ b/packages/maemo3/hildon-libs_0.15.1.bb @@ -0,0 +1,26 @@ +LICENSE = "LGPL" +DESCRIPTION = "Nokia hildon librares" + +DEPENDS = "gtk-doc-native libosso" + +PR = "r0" + +SRC_URI = "http://launchpadlibrarian.net/7598381/hildon-libs_0.15.1-1ubuntu2.tar.gz" + +inherit autotools pkgconfig lib_package + +S = "${WORKDIR}/${PN}" + +do_configure_prepend() { + # remove Werror from OSSO_CFLAGS + sed -i s:-Werror::g configure.ac + touch gtk-doc.make +} + +do_stage() { + autotools_stage_all +} + + +FILES_${PN} += "${libdir}/hildon-widgets/*" +