mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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 (From OE-Core rev: 456b48aaf746f07492fda5a047453d35b3ae7fb7) 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>
This commit is contained in:
committed by
Richard Purdie
parent
22ea83c671
commit
144736248f
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user