From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.multimedia-labs.de ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1PIOmD-0002eS-KI for openembedded-devel@lists.openembedded.org; Tue, 16 Nov 2010 17:53:03 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.multimedia-labs.de (Postfix) with ESMTP id 76891314AC64 for ; Tue, 16 Nov 2010 17:51:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.multimedia-labs.de Received: from mail.multimedia-labs.de ([127.0.0.1]) by localhost (mail.multimedia-labs.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TQG7nvczqTFS for ; Tue, 16 Nov 2010 17:51:52 +0100 (CET) Received: from [172.22.22.60] (ip-109-90-189-193.unitymediagroup.de [109.90.189.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.multimedia-labs.de (Postfix) with ESMTPSA id 70AD4314AB9C for ; Tue, 16 Nov 2010 17:51:52 +0100 (CET) Message-ID: <4CE2B6A8.5040703@opendreambox.org> Date: Tue, 16 Nov 2010 17:51:52 +0100 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1287353716-27717-1-git-send-email-obi@opendreambox.org> In-Reply-To: <1287353716-27717-1-git-send-email-obi@opendreambox.org> X-SA-Exim-Connect-IP: 82.149.226.172 X-SA-Exim-Mail-From: obi@opendreambox.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] libfribidi-0.10.4: update recipe, fix packaging X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 16:53:03 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ping (now that the required changes to lib_package.bbclass have been pushed) Patchwork URL: http://patchwork.openembedded.org/patch/3297/ On 10/18/2010 12:15 AM, Andreas Oberritter wrote: > * 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 > --- > 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"