From: nitin.a.kamble@intel.com
To: Openembedded-core@lists.openembedded.org
Subject: [PATCH 11/15] gpgme: fix build with automake 1.12.x
Date: Mon, 9 Jul 2012 09:26:12 -0700 [thread overview]
Message-ID: <c0ba38c5ebfa8fbe975e7cc97dadefb0047552dc.1341850982.git.nitin.a.kamble@intel.com> (raw)
In-Reply-To: <8d1d42a68d5930bc374b9d6126cc1371a22a37db.1341850982.git.nitin.a.kamble@intel.com>
In-Reply-To: <cover.1341850982.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
avoid this issue:
| rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/wERROR: Function failed: do_install (see /srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/gpgme-1.3.1-r1/temp/log.do_install.36763 for further information)
| ork/i586-poky-linux/gpgme-1.3.1-r1/image/usr/libexec': No such file or directory
NOTE: package gpgme-1.3.1-r1: task do_install: Failed
no PR bump as no change in the output
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-support/gpgme/gpgme_1.3.1.bb | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
index 43d8aad..c336048 100644
--- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
@@ -29,7 +29,3 @@ 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() {
- rmdir ${D}/usr/libexec
-}
--
1.7.3.4
next prev parent reply other threads:[~2012-07-09 16:38 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-09 16:26 [PATCH 00/15] commits related to automake update to 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 01/15] automake: upgrade from 1.11.3 " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 02/15] jpeg: fix configure with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 03/15] gnutls: Fix build " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 04/15] pcmanfm: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 05/15] avahi: fix build with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 06/15] dates: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 07/15] librsvg: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 08/15] evolution-data-server: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 09/15] tar: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 10/15] libgcrypt: " nitin.a.kamble
2012-07-09 16:26 ` nitin.a.kamble [this message]
2012-07-09 16:26 ` [PATCH 12/15] telepathy-glib: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 13/15] xf86-video-vmware: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 14/15] libfm: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 15/15] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-07-10 5:20 ` Khem Raj
2012-07-10 12:12 ` Richard Purdie
2012-07-10 13:50 ` [PATCH 00/15] commits related to automake update to 1.12.1 Richard Purdie
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=c0ba38c5ebfa8fbe975e7cc97dadefb0047552dc.1341850982.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox