]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/classes/cml1.bbclass
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / classes / cml1.bbclass
1 cml1_do_configure() {
2         set -e
3         unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
4         oe_runmake oldconfig
5 }
6
7 EXPORT_FUNCTIONS do_configure
8 addtask configure after do_unpack do_patch before do_compile