Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into org.openembedded.dev
[openembedded.git] / recipes / cmake / cmake-native_2.6.0.bb
1 inherit native
2 require cmake.inc
3
4 do_stage() {
5     oe_runmake install
6     autotools_stage_all
7 }
8
9 do_install() {
10         :
11 }