All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libfribidi-0.10.4: update recipe, fix packaging
@ 2010-10-17 22:15 Andreas Oberritter
  2010-10-18  7:22 ` Koen Kooi
  2010-11-16 16:51 ` [PATCH] libfribidi-0.10.4: update recipe, fix packaging Andreas Oberritter
  0 siblings, 2 replies; 17+ messages in thread
From: Andreas Oberritter @ 2010-10-17 22:15 UTC (permalink / raw)
  To: openembedded-devel

* added LICENSE
* removed configure patch
* use lib_package and binconfig to package all installed files
* convert to new style staging
* oe-stylize

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 recipes/libfribidi/files/libtool-update.patch |   11 --------
 recipes/libfribidi/libfribidi_0.10.4.bb       |   32 +++++++-----------------
 2 files changed, 10 insertions(+), 33 deletions(-)
 delete mode 100644 recipes/libfribidi/files/libtool-update.patch

diff --git a/recipes/libfribidi/files/libtool-update.patch b/recipes/libfribidi/files/libtool-update.patch
deleted file mode 100644
index c703100..0000000
--- a/recipes/libfribidi/files/libtool-update.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- fribidi-0.10.4/configure.in~	2002-05-19 11:06:48.000000000 +0100
-+++ fribidi-0.10.4/configure.in	2004-08-03 17:42:28.000000000 +0100
-@@ -50,7 +50,7 @@
- AC_PROG_INSTALL
- AC_PROG_LN_S
- AC_PROG_MAKE_SET
--AC_PROG_RANLIB
-+#AC_PROG_RANLIB
- AC_PATH_PROG(SED, sed, $PATH)
- 
- 
diff --git a/recipes/libfribidi/libfribidi_0.10.4.bb b/recipes/libfribidi/libfribidi_0.10.4.bb
index c46909b..b83c484 100644
--- a/recipes/libfribidi/libfribidi_0.10.4.bb
+++ b/recipes/libfribidi/libfribidi_0.10.4.bb
@@ -1,32 +1,20 @@
 DESCRIPTION = "Fribidi library for bidirectional text"
 SECTION = "libs"
 PRIORITY = "optional"
+LICENSE = "LGPLv2.1"
+PR = "r1"
 
-inherit autotools pkgconfig
-
-PR = "r0"
+SRC_URI = "${SOURCEFORGE_MIRROR}/fribidi/fribidi-${PV}.tar.bz2"
+SRC_URI[md5sum] = "0f6e7ecca08e6e108dc06337f5b5cabf"
+SRC_URI[sha256sum] = "f3ecdb9d108bd61ec9394df75f5fd68ba886a8da0863ba6258338893aec6c04f"
 
 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*"
+inherit autotools lib_package binconfig pkgconfig
 
 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
+        # 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
 }
-
-
-SRC_URI[md5sum] = "0f6e7ecca08e6e108dc06337f5b5cabf"
-SRC_URI[sha256sum] = "f3ecdb9d108bd61ec9394df75f5fd68ba886a8da0863ba6258338893aec6c04f"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-11-16 16:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 22:15 [PATCH] libfribidi-0.10.4: update recipe, fix packaging Andreas Oberritter
2010-10-18  7:22 ` Koen Kooi
2010-10-18 10:21   ` Andreas Oberritter
2010-10-18 10:48     ` Koen Kooi
2010-10-18 11:41       ` Andreas Oberritter
2010-10-19 18:01         ` [RFC] update lib_package.bbclass Andreas Oberritter
2010-10-20  7:47           ` Koen Kooi
2010-10-20 10:50             ` Andreas Oberritter
2010-10-25 14:20               ` [PATCH] lib_package.bbclass: fix packaging of static libs, inherit binconfig Andreas Oberritter
2010-11-13 16:28                 ` Andreas Oberritter
2010-11-13 19:12                   ` Tom Rini
2010-11-14 23:49                     ` Andreas Oberritter
2010-11-15 15:07                       ` Tom Rini
2010-11-15 15:46                         ` Andreas Oberritter
2010-11-15 18:11                           ` Tom Rini
2010-11-16 11:52                             ` Andreas Oberritter
2010-11-16 16:51 ` [PATCH] libfribidi-0.10.4: update recipe, fix packaging Andreas Oberritter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.