libsdl-x11: use newer sdl.m4 macro from svn
[openembedded.git] / classes / cml1.bbclass
blob79218b4a122abd202e1f9163bd08cf9ddd212ec4
1 cml1_do_configure() {
2         set -e
3         unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
4         oe_runmake oldconfig
7 EXPORT_FUNCTIONS do_configure
8 addtask configure after do_unpack do_patch before do_compile