[oe-commits] Nitin A Kamble : libfm: fix build with automake 1.12.x

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 16:52:58 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 1cd3ee8338ea6fbb6bb9e4715842b678e4b38a68
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1cd3ee8338ea6fbb6bb9e4715842b678e4b38a68

Author: Nitin A Kamble <nitin.a.kamble at intel.com>
Date:   Thu May  3 13:30:20 2012 -0700

libfm: fix build with automake 1.12.x

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/builds/build-gcc47/tmp/work/i586-poky-linux/libfm-0.1.17-r4/image/usr/lib/gio/modules/': No such file or directory
NOTE: package libfm-0.1.17-r4: task do_install: Failed

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>

---

 meta/recipes-support/libfm/libfm_0.1.17.bb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/libfm/libfm_0.1.17.bb b/meta/recipes-support/libfm/libfm_0.1.17.bb
index 1bd8850..2cac361 100644
--- a/meta/recipes-support/libfm/libfm_0.1.17.bb
+++ b/meta/recipes-support/libfm/libfm_0.1.17.bb
@@ -21,10 +21,5 @@ SRC_URI[sha256sum] = "1740681cff4cd4c5a2eaa9805d8898269cfb6a49a0bda0acb242def15b
 
 inherit autotools pkgconfig
 
-do_install_append () {
-	rmdir ${D}${libdir}/gio/modules/
-	rmdir ${D}${libdir}/gio/
-}
-
 PACKAGES += "${PN}-mime"
 FILES_${PN}-mime = "${datadir}/mime/"





More information about the Openembedded-commits mailing list