repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lighttpd: put last 2 missing modules into RDEPENDS
[openembedded.git]
/
classes
/
cml1.bbclass
blob
79218b4a122abd202e1f9163bd08cf9ddd212ec4
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