[oe-commits] Carsten Haitzler (Rasterman : libfribidi: add native version

GIT User account git at amethyst.openembedded.net
Wed Apr 15 21:23:10 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 510a7891019e8c11327fd5458fc569db24d17f93
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=510a7891019e8c11327fd5458fc569db24d17f93

Author: Carsten Haitzler (Rasterman <raster at rasterman.com>
Date:   Thu Apr 16 00:57:48 2009 +1000

libfribidi: add native version

---

 recipes/libfribidi/libfribidi-native_0.10.4.bb |   29 ++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/libfribidi/libfribidi-native_0.10.4.bb b/recipes/libfribidi/libfribidi-native_0.10.4.bb
new file mode 100644
index 0000000..62d706d
--- /dev/null
+++ b/recipes/libfribidi/libfribidi-native_0.10.4.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Fribidi library for bidirectional text"
+SECTION = "libs"
+PRIORITY = "optional"
+
+inherit autotools pkgconfig native
+
+PR = "r0"
+
+S = "${WORKDIR}/fribidi-${PV}"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fribidi/fribidi-${PV}.tar.bz2 \
+           file://libtool-update.patch;patch=1"
+
+#PACKAGES += " ${PN}-bin"
+FILES_${PN} = "${libdir}/lib*.so.*"
+#FILES_${PN}-bin = "${libdir}/uu*"
+
+do_configure_prepend () {
+# this version of libtool is old - we have to nobble this file to get it to litoolize
+	rm ltconfig
+	rm aclocal.m4
+	rm acinclude.m4
+}
+
+do_stage () {
+	oe_libinstall -a -so -C .libs libfribidi ${STAGING_LIBDIR}
+	autotools_stage_includes
+}
+





More information about the Openembedded-commits mailing list