Hi, recently my builds fail with obscure errors like: gst-plugins-bad: | /usr/lib/x86_64-linux-gnu/libxml2.so: file not recognized: File format not recognized | collect2: error: ld returned 1 exit status
This is caused by sdl-config from my buildhost, though gst-plugins-bad has EXTRA_OECONF += "... --disable-sdl ... --disable-orc" It seems to be ignored: checking for ORC... yes checking for usable orcc... /work/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/orcc ... configure: *** checking feature: SDL plug-in *** configure: *** for plug-ins: sdlvideosink sdlaudiosink *** checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 0.11.0... cross compiling; assumed OK... yes configure: *** These plugins will be built: sdlvideosink sdlaudiosink Maybe anyone can reproduce this error with: bitbake -ccleansstate libsdl gst-plugins-bad && bitbake gst-plugins-bad (eventually manual deletion of sdl-config in <sysroot-target>/usr/bin/crosscripts is necessary) Is this a known bug? -- Regards Samuel _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
