tiff: Keep makefiles in documentation sources tree 35/56035/2
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 17 Dec 2015 09:02:10 +0000 (09:02 +0000)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Sun, 3 Jan 2016 12:57:20 +0000 (13:57 +0100)
And workaround doc installation.
Without autotools will not rebuild package without cleaning it.

Change-Id: I7f93d2a7ff3c76db567c1f01f62f2fa9ad76a2d4
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
meta-tizen-common-base/recipes-multimedia/tiff/tiff.inc

index 4391bea..dcf78e8 100644 (file)
@@ -66,6 +66,11 @@ do_compile() {
   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
@@ -106,7 +111,6 @@ do_install() {
  
  rm -rf ${D}${prefix}/share/doc/tiff*
  rm -f ${D}${prefix}/lib/*.la
- find html -name "Makefile*" | xargs rm