1 2 3 4 5 6 7 8 9 10 11 12 13 14
require olsrd.inc PR = "r0" SRC_URI="http://www.olsr.org/releases/0.5/olsrd-${PV}.tar.bz2 \ file://init \ file://olsrd.conf \ file://unbreak-makefile.patch;patch=1" do_compile() { oe_runmake OS=linux clean touch .depend touch src/cfgparser/.depend oe_runmake OS=linux all libs }