summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-03 10:39:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:04 +0100
commit45d9171485d143f03c76fdc16d99d29a4b83f485 (patch)
tree7a2097cdc975a95076c0c9c4ecee3ab5f9b244a9 /meta/recipes-connectivity
parentf91fbc6f7a9d232897d73530c2b3fe0c49752b8e (diff)
downloadpoky-45d9171485d143f03c76fdc16d99d29a4b83f485.tar.gz
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 (From OE-Core rev: bd8e8550c8d7ab7daea8d63d6850c22639e7fb85) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb6
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 22f8c07654..deba3bb5b4 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
16 16
17FILES_${PN} += "${datadir}/telepathy \ 17FILES_${PN} += "${datadir}/telepathy \
18 ${datadir}/dbus-1" 18 ${datadir}/dbus-1"
19
20do_install_append() {
21 rmdir ${D}${bindir}
22 rmdir ${D}${libexecdir}
23 rmdir ${D}${servicedir}
24}