From c3c103abb533cc9aae178d41b1bd216165f3bc9a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 3 May 2012 10:26:35 -0700 Subject: tar: 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 error: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar-1.26-r1/image/usr/sbin/': No such file or directory NOTE: package tar-1.26-r1: task do_install: Failed no PR bump as no change in the output. Signed-off-by: Nitin A Kamble Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/tar/tar.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc index 8c475dfdea..b50425e6a1 100644 --- a/meta/recipes-extended/tar/tar.inc +++ b/meta/recipes-extended/tar/tar.inc @@ -19,7 +19,6 @@ do_install_extra () { install -d ${D}${base_bindir} mv ${D}${bindir}/tar ${D}${base_bindir}/tar rmdir ${D}${bindir}/ - rmdir ${D}${sbindir}/ } inherit update-alternatives -- cgit 1.2.3-korg