All of lore.kernel.org
 help / color / mirror / Atom feed
From: nitin.a.kamble@intel.com
To: Openembedded-core@lists.openembedded.org
Subject: [PATCH 19/19] gpgme: fix build with automake 1.12.x
Date: Tue, 10 Jul 2012 09:02:19 -0700	[thread overview]
Message-ID: <6041a3dca147e7182cb4bb751013d09c04214ef0.1341935782.git.nitin.a.kamble@intel.com> (raw)
In-Reply-To: <b4314c7a2f9fb120c2c4affd52567fe60a96bb5a.1341935782.git.nitin.a.kamble@intel.com>
In-Reply-To: <cover.1341935782.git.nitin.a.kamble@intel.com>

From: Nitin A Kamble <nitin.a.kamble@intel.com>

automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.

cleanup the do_install_append for automake 1.12.x

Avoids this build issue:
| rmdir: failed to remove `/srv/home/nitin/builds2/build0/tmp/work/i586-poky-linux/gpgme-1.3.2-r0/image/usr/libexec': No such file or directory
| ERROR: Function failed: do_install

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/recipes-support/gpgme/gpgme_1.3.2.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/gpgme/gpgme_1.3.2.bb b/meta/recipes-support/gpgme/gpgme_1.3.2.bb
index b3c1d46..f19892c5 100644
--- a/meta/recipes-support/gpgme/gpgme_1.3.2.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.3.2.bb
@@ -17,7 +17,7 @@ DEPENDS = "libgpg-error libassuan ${PTH}"
 PTH_libc-uclibc = "npth"
 PTH = "pth"
 
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \
                 --with-gpg=${bindir}/gpg --without-gpgsm"
@@ -28,7 +28,3 @@ PACKAGES =+ "${PN}-pth ${PN}-pthread"
 FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
 FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
 FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
-
-do_install_append() {
-	rmdir ${D}/usr/libexec
-}
-- 
1.7.3.4




  parent reply	other threads:[~2012-07-10 16:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 15:58 [PATCH 00/19] automake update related commits on master nitin.a.kamble
2012-07-10 16:02 ` [PATCH 01/19] automake: upgrade from 1.11.3 to 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 02/19] jpeg: fix configure with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 03/19] gnutls: Fix build " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 04/19] pcmanfm: fix build with automake 1.12.x nitin.a.kamble
2012-07-10 16:02 ` [PATCH 05/19] avahi: fix build with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 06/19] dates: fix build with automake 1.12.x nitin.a.kamble
2012-07-10 16:02 ` [PATCH 07/19] librsvg: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 08/19] evolution-data-server: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 09/19] tar: " nitin.a.kamble
2012-07-11 22:15   ` Saul Wold
2012-07-10 16:02 ` [PATCH 10/19] libgcrypt: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 11/19] telepathy-glib: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 12/19] xf86-video-vmware: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 13/19] libfm: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 14/19] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-07-10 16:02 ` [PATCH 15/19] libunistring: fix build with automake 1.12 nitin.a.kamble
2012-07-10 16:02 ` [PATCH 16/19] telepathy-python: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 17/19] libidn: " nitin.a.kamble
2012-07-10 16:02 ` [PATCH 18/19] webgit-gtk: fix build with automake 1.12.1 nitin.a.kamble
2012-07-10 16:02 ` nitin.a.kamble [this message]
2012-07-12 23:10 ` [PATCH 00/19] automake update related commits on master Saul Wold
2012-07-13  4:05   ` Kamble, Nitin A
2012-07-13  4:29     ` Saul Wold
2012-07-17 16:23 ` 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=6041a3dca147e7182cb4bb751013d09c04214ef0.1341935782.git.nitin.a.kamble@intel.com \
    --to=nitin.a.kamble@intel.com \
    --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 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.