diff options
author | Bruno Randolf <br1@subnet.at> | 2004-12-01 15:57:56 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-12-01 15:57:56 +0000 |
commit | 18f42e0e09f166bdf451b610d68274c7714740f3 (patch) | |
tree | 8c49d8bdc9cce0ce8aef5503f9626f2c8836d6d1 /unik-olsrd | |
parent | 1d51f7aeff0e1205935856fae9713eda58d2c33e (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into null.(none):/data/mtx/oe/packages
2004/12/01 16:48:56+01:00 (none)!br1
prism54 driver: use firmware 1.0.3.0, it's reported to be more stable than newer versions
2004/12/01 16:47:41+01:00 (none)!br1
mtx-1 kernel: add coherent-pci patch
2004/12/01 09:56:01+01:00 (none)!br1
unik-olsrd_cvs: adapt to CVS build changes
BKrev: 41adea04AFD0kyRPibeWDnM1vRkvwA
Diffstat (limited to 'unik-olsrd')
-rw-r--r-- | unik-olsrd/unik-olsrd_cvs.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unik-olsrd/unik-olsrd_cvs.oe b/unik-olsrd/unik-olsrd_cvs.oe index 49cba1e966..7f7480b466 100644 --- a/unik-olsrd/unik-olsrd_cvs.oe +++ b/unik-olsrd/unik-olsrd_cvs.oe @@ -15,14 +15,13 @@ FILES_unik-olsrd-libs = "${libdir}" S = "${WORKDIR}/olsrd-current" do_compile() { - oe_runmake OS=linux all libs + oe_runmake OS=linux clean all libs } do_install () { - oe_runmake PREFIX=${D} install install_libs + oe_runmake INSTALL_PREFIX=${D} install install_libs install -d ${D}/etc/init.d install -m 0755 ${WORKDIR}/unik-olsrd ${D}/${sysconfdir}/init.d } CONFFILES_${PN} = "/etc/olsrd.conf" - |