From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] libungif-4.1.3: update recipe, fix packaging
Date: Tue, 16 Nov 2010 17:53:24 +0100 [thread overview]
Message-ID: <4CE2B704.9040007@opendreambox.org> (raw)
In-Reply-To: <1288011024-22560-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/3416/
On 10/25/2010 02:50 PM, Andreas Oberritter wrote:
> * Use lib_package to move static libraries to -static
> and *.la and *.so symlinks to -dev.
> * Converted to new style staging.
> * Ran oe-stylize.py.
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> recipes/libungif/libungif_4.1.3.bb | 24 ++++++++----------------
> 1 files changed, 8 insertions(+), 16 deletions(-)
>
> diff --git a/recipes/libungif/libungif_4.1.3.bb b/recipes/libungif/libungif_4.1.3.bb
> index f53008b..f5bc6fb 100644
> --- a/recipes/libungif/libungif_4.1.3.bb
> +++ b/recipes/libungif/libungif_4.1.3.bb
> @@ -1,22 +1,14 @@
> -SECTION = "libs"
> DESCRIPTION = "shared library for GIF images"
> -SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/libungif-${PV}.tar.bz2"
> +SECTION = "libs"
> LICENSE = "MIT"
> -PR = "r2"
> -
> -PACKAGES += "${PN}-utils"
> -
> -FILES_${PN} = "${libdir}"
> -FILES_${PN}-utils = "${bindir}"
> -
> -inherit autotools
> +PR = "r3"
>
> -do_stage() {
> - oe_libinstall -so -C lib/.libs libungif ${STAGING_LIBDIR}
> +SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/libungif-${PV}.tar.bz2"
> +SRC_URI[md5sum] = "8c198831cc0495596c78134b8849e9ad"
> +SRC_URI[sha256sum] = "59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36"
>
> - install -m 0644 lib/gif_lib.h ${STAGING_INCDIR}/
> +inherit autotools lib_package
>
> -}
> +PACKAGES =+ "${PN}-utils"
>
> -SRC_URI[md5sum] = "8c198831cc0495596c78134b8849e9ad"
> -SRC_URI[sha256sum] = "59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36"
> +FILES_${PN}-utils = "${bindir}/*"
prev parent reply other threads:[~2010-11-16 16:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 12:50 [PATCH] libungif-4.1.3: update recipe, fix packaging Andreas Oberritter
2010-10-25 15:56 ` Andreas Oberritter
2010-11-16 16:53 ` 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=4CE2B704.9040007@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 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.