From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 12/14] gpgme: fix packaging warnings
Date: Wed, 14 Mar 2012 12:49:02 +0000 [thread overview]
Message-ID: <1331729342.18586.18.camel@ted> (raw)
In-Reply-To: <947982d54b42df85d30c9a7b5e67a0c0a16bb949.1331713807.git.sgw@linux.intel.com>
On Wed, 2012-03-14 at 01:33 -0700, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-support/gpgme/gpgme_1.3.1.bb | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
> index 9ffedba..33858bf 100644
> --- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb
> +++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
> @@ -14,7 +14,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \
> SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601"
> SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4"
> DEPENDS = "libgpg-error libassuan pth"
> -PR = "r0"
> +PR = "r1"
>
> EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
> --with-gpg=${bindir}/gpg --without-gpgsm"
> @@ -26,3 +26,7 @@ FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
> FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
> FILES_${PN} = "${libdir}/libgpgme.so.*"
> FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*"
> +
> +do_install_append() {
> + rm -rf ${D}/usr/libexec
> +}
Since this is an empty directory, could you just do a rmdir here please?
The reason is that if the package then does start installing files
there, we'd hit a build failure.
Cheers,
Richard
next prev parent reply other threads:[~2012-03-14 12:57 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-14 8:33 [PATCH 00/14] Warning Fixes and some Updates Saul Wold
2012-03-14 8:33 ` [PATCH 01/14] owl-video: Fix unpackaged file warning Saul Wold
2012-03-14 8:33 ` [PATCH 02/14] ltp: Package static library in -staticdev Saul Wold
2012-03-14 8:33 ` [PATCH 03/14] quilt: Fix docs packaging warnings Saul Wold
2012-03-14 8:33 ` [PATCH 04/14] autoconf: remove emacs mode files to fix warnings Saul Wold
2012-03-14 8:33 ` [PATCH 05/14] qt4: package static libraries correctly " Saul Wold
2012-03-14 11:39 ` Martin Jansa
2012-03-14 14:44 ` [PATCHv2] " Saul Wold
2012-03-14 14:46 ` Martin Jansa
2012-03-14 14:46 ` [PATCHv3] " Martin Jansa
2012-03-14 8:33 ` [PATCH 06/14] rpm: Package python-rpm static archive correctly Saul Wold
2012-03-14 8:33 ` [PATCH 07/14] python: package static libraries correctly in -staticdev Saul Wold
2012-03-14 8:43 ` Martin Jansa
2012-03-14 8:33 ` [PATCH 08/14] distro_tracking: Updates for manual checks Saul Wold
2012-03-14 8:33 ` [PATCH 09/14] avahi: Update to 0.6.31 Saul Wold
2012-03-14 8:33 ` [PATCH 10/14] man-pages: Update to 3.36 Saul Wold
2012-03-14 8:33 ` [PATCH 11/14] libgalago: Fix package warnings by not packaging autopackage Saul Wold
2012-03-14 8:33 ` [PATCH 12/14] gpgme: fix packaging warnings Saul Wold
2012-03-14 12:49 ` Richard Purdie [this message]
2012-03-14 8:33 ` [PATCH 13/14] man: fix configure issue to solve warnings Saul Wold
2012-03-14 8:33 ` [PATCH 14/14] bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN Saul Wold
2012-03-14 12:45 ` Richard Purdie
2012-03-14 13:26 ` [PATCH 00/14] Warning Fixes and some Updates Richard Purdie
2012-03-14 16:09 ` Saul Wold
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=1331729342.18586.18.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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