]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/classes/cml1.bbclass
gnutls: bump PR. don't use _prepend for do_configure.
[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