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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 11 16:49:57 UTC 2012


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

Author: Nitin A Kamble <nitin.a.kamble at intel.com>
Date:   Thu May  3 10:39:02 2012 -0700

telepathy-glib: 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

avoid this issue:
| rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/telepathy-glib-0.18.1-r0/image/usr/bin': No such file or directory
NOTE: package telepathy-glib-0.18.1-r0: task do_install: Failed

no PR bump as no change in the output

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

---

 .../telepathy/telepathy-glib_0.19.2.bb             |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
index 22f8c07..deba3bb 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
@@ -16,9 +16,3 @@ inherit autotools pkgconfig gettext
 
 FILES_${PN} += "${datadir}/telepathy \
                 ${datadir}/dbus-1"
-
-do_install_append() {
-	rmdir ${D}${bindir}
-	rmdir ${D}${libexecdir}
-	rmdir ${D}${servicedir}
-}





More information about the Openembedded-commits mailing list