From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] libfribidi-0.10.4: update recipe, fix packaging
Date: Tue, 16 Nov 2010 17:51:52 +0100 [thread overview]
Message-ID: <4CE2B6A8.5040703@opendreambox.org> (raw)
In-Reply-To: <1287353716-27717-1-git-send-email-obi@opendreambox.org>
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 <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"
prev parent reply other threads:[~2010-11-16 16:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Andreas Oberritter [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CE2B6A8.5040703@opendreambox.org \
--to=obi@opendreambox.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox