[oe] [PATCH 4/4] libsdl-directfb: update to 1.2.14

Henning Heinold heinold at inf.fu-berlin.de
Fri Oct 15 14:30:14 UTC 2010


Hi Obi,

please do not patch libtool m4 macros. The workaround for this is simple remove all macros
and let them copying from autoconf.

Here is what I did for sdl-tff.

do_configure_prepend() {
  
   MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
 
   for i in ${MACROS}; do
     rm acinclude/$i
   done

}


Bye Henning




More information about the Openembedded-devel mailing list