And workaround doc installation.
Without autotools will not rebuild package without cleaning it.
Change-Id: I7f93d2a7ff3c76db567c1f01f62f2fa9ad76a2d4
(From meta-tizen rev:
8328576084f5f3fe0d531efbdb54f048b1272595)
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
unset DISPLAY
LD_AS_NEEDED=1; export LD_AS_NEEDED ;
+ local list="html html/images html/man"
+ for dir in $list ; do
+ touch "${dir}/all"
+ touch "${dir}/install"
+ done
autotools_do_configure
oe_runmake
rm -rf ${D}${prefix}/share/doc/tiff*
rm -f ${D}${prefix}/lib/*.la
- find html -name "Makefile*" | xargs rm