]> code.ossystems Code Review - openembedded-core.git/commit
xf86-video-vmware: fix build with automake 1.12.x
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 3 May 2012 18:12:34 +0000 (11:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:47:16 +0000 (10:47 +0100)
commitae6cad80ea65b4e2ecbc15b94f66d874ee2400c7
tree99eefda446e8e665ed0b85d7d51298e4327e590e
parentbd8e8550c8d7ab7daea8d63d6850c22639e7fb85
xf86-video-vmware: 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

Fixes this build issue:

| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/xf86-video-vmware-2_12.0.1-r17.1/image/usr/bin':
No such file or directory
NOTE: package xf86-video-vmware-2_12.0.1-r17.1: task do_install: Failed

No PR bump as no change in the output.

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>
meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb