[oe-commits] org.oe.dev hildon-libs: add 0.15.1 (from launchpad, the nokia site is too hard to navigate)

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


hildon-libs: add 0.15.1 (from launchpad, the nokia site is too hard to navigate)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4852f6218e436754146eb9a3bddadfe632eda1f6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4852f6218e436754146eb9a3bddadfe632eda1f6
Files:
1
packages/maemo3/hildon-libs_0.15.1.bb
Diffs:

#
# mt diff -r4731d8482e846a8fa6a7e5b23a9651990ab3e487 -r4852f6218e436754146eb9a3bddadfe632eda1f6
#
# 
# 
# add_file "packages/maemo3/hildon-libs_0.15.1.bb"
#  content [82121928acd0b7f4806d37f69289f023e88e6773]
# 
============================================================
--- packages/maemo3/hildon-libs_0.15.1.bb	82121928acd0b7f4806d37f69289f023e88e6773
+++ packages/maemo3/hildon-libs_0.15.1.bb	82121928acd0b7f4806d37f69289f023e88e6773
@@ -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/*"
+






More information about the Openembedded-commits mailing list