To ensure we catch when the makefile stops to install the .la file, we
ensure the install fails in case .la file does not exist.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
cp -axr ${S}/src/*.h ${D}${includedir}/xorg
find ${D}${includedir} -type f -exec chmod 660 {} \;
- # don't install libtool (*.la) archive not usefull, fix Makefile.am
- find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f --
+ # FIXME: don't install libtool (*.la) file
+ rm ${D}${libdir}/xorg/modules/extensions/*.la
}
FILES_${PN}-dev += "${includedir}/xorg/*.h"