[oe] [PATCH] fribidi: Extended recipe to build native package, add BBCLASSEXTEND

Noor Ahsan noor_ahsan at mentor.com
Wed Sep 8 07:49:07 UTC 2010


* Add BBCLASSEXTEND = "native" to fribidi recipe
* Bump PR to "r1"
* Remove libfribidi-native_0.10.4.bb

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
---
 recipes/libfribidi/fribidi_0.19.2.bb           |    2 +
 recipes/libfribidi/libfribidi-native_0.10.4.bb |   32 ------------------------
 2 files changed, 2 insertions(+), 32 deletions(-)

diff --git a/recipes/libfribidi/fribidi_0.19.2.bb b/recipes/libfribidi/fribidi_0.19.2.bb
index 76323c2..3f12af8 100644
--- a/recipes/libfribidi/fribidi_0.19.2.bb
+++ b/recipes/libfribidi/fribidi_0.19.2.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Fribidi library for bidirectional text"
 SECTION = "libs"
 PRIORITY = "optional"
+PR = "r1"
 
 PROVIDES = "libfribidi"
 
@@ -16,3 +17,4 @@ SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.gz"
 
 SRC_URI[md5sum] = "626db17d2d99b43615ad9d12500f568a"
 SRC_URI[sha256sum] = "49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177"
+BBCLASSEXTEND = "native"
diff --git a/recipes/libfribidi/libfribidi-native_0.10.4.bb b/recipes/libfribidi/libfribidi-native_0.10.4.bb
deleted file mode 100644
index 4e1ae87..0000000
--- a/recipes/libfribidi/libfribidi-native_0.10.4.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-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"
-
-#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
-}
-
-
-SRC_URI[md5sum] = "0f6e7ecca08e6e108dc06337f5b5cabf"
-SRC_URI[sha256sum] = "f3ecdb9d108bd61ec9394df75f5fd68ba886a8da0863ba6258338893aec6c04f"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list