[oe-commits] org.oe.dev libosso-help: add 2.1.2

koen commit openembedded-commits at lists.openembedded.org
Tue Aug 7 11:38:25 UTC 2007


libosso-help: add 2.1.2

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4731d8482e846a8fa6a7e5b23a9651990ab3e487
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4731d8482e846a8fa6a7e5b23a9651990ab3e487
Files:
1
packages/maemo3/libosso-help_2.1.2.bb
Diffs:

#
# mt diff -r072d3a52a6e8a3ebc6f184265e00af8d09b0fcf3 -r4731d8482e846a8fa6a7e5b23a9651990ab3e487
#
# 
# 
# add_file "packages/maemo3/libosso-help_2.1.2.bb"
#  content [3c3ca8b21c245b70e051df9d97415fc7f5a0854d]
# 
============================================================
--- packages/maemo3/libosso-help_2.1.2.bb	3c3ca8b21c245b70e051df9d97415fc7f5a0854d
+++ packages/maemo3/libosso-help_2.1.2.bb	3c3ca8b21c245b70e051df9d97415fc7f5a0854d
@@ -0,0 +1,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
+}
+
+






More information about the Openembedded-commits mailing list