From: Nitin A Kamble Date: Thu, 3 May 2012 20:30:20 +0000 (-0700) Subject: libfm: fix build with automake 1.12.x X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40803 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456b48aaf746f07492fda5a047453d35b3ae7fb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libfm/libfm_0.1.17.bb b/meta/recipes-support/libfm/libfm_0.1.17.bb index 1bd885023b7..2cac361e439 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/"