From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/olsrd/olsrd.inc | 70 ------------------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 packages/olsrd/olsrd.inc (limited to 'packages/olsrd/olsrd.inc') diff --git a/packages/olsrd/olsrd.inc b/packages/olsrd/olsrd.inc deleted file mode 100644 index 7fd25c23dd..0000000000 --- a/packages/olsrd/olsrd.inc +++ /dev/null @@ -1,70 +0,0 @@ -DESCRIPTION = "OLSR mesh routing daemon" -HOMEPAGE = "http://www.olsr.org" -SECTION = "console/network" -PRIORITY = "optional" -LICENSE = "BSD" - -MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -SRC_URI = "http://www.olsr.org/releases/${MAJ_VER}/olsrd-${PV}.tar.bz2 \ - file://init \ - file://olsrd.conf" - -S = "${WORKDIR}/olsrd-${PV}" - -inherit update-rc.d - -INITSCRIPT_NAME = "olsrd" -INITSCRIPT_PARAMS = "defaults" -EXTRA_OEMAKE = "MAKEFLAGS=-I${WORKDIR}/olsrd-${PV}" - -do_configure() { - oe_runmake OS=linux clean -} - -do_compile() { - oe_runmake OS=linux clean - touch .depend - touch src/cfgparser/.depend - oe_runmake OS=linux all libs -} - -do_install () { - oe_runmake OS=linux INSTALL_PREFIX=${D} STRIP=echo install install_libs - - install -d ${D}/${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/olsrd - install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir} -} - -PACKAGES =+ "\ - olsrd-plugin-dyngw \ - olsrd-plugin-dyngw-plain \ - olsrd-plugin-httpinfo \ - olsrd-plugin-nameservice \ - olsrd-plugin-quagga \ - olsrd-plugin-tas \ - olsrd-plugin-pgraph \ - olsrd-plugin-bmf \ - olsrd-plugin-txtinfo \ - olsrd-plugin-arprefresh \ - olsrd-plugin-secure \ - olsrd-plugin-dotdraw \ - olsrd-plugin-mini \ - " - -FILES_olsrd-plugin-dyngw = "${libdir}/${PN}_dyn_gw.so.*" -FILES_olsrd-plugin-dyngw-plain = "${libdir}/${PN}_dyn_gw_plain.so.*" -FILES_olsrd-plugin-httpinfo = "${libdir}/${PN}_httpinfo.so.*" -FILES_olsrd-plugin-nameservice = "${libdir}/${PN}_nameservice.so.*" -FILES_olsrd-plugin-quagga = "${libdir}/${PN}_quagga.so.*" -FILES_olsrd-plugin-tas = "${libdir}/${PN}_tas.so.*" -FILES_olsrd-plugin-pgraph = "${libdir}/${PN}_pgraph.so.*" -FILES_olsrd-plugin-bmf = "${libdir}/${PN}_bmf.so.*" -FILES_olsrd-plugin-txtinfo = "${libdir}/${PN}_txtinfo.so.*" -FILES_olsrd-plugin-arprefresh = "${libdir}/${PN}_arprefresh.so.*" -FILES_olsrd-plugin-dotdraw = "${libdir}/${PN}_dot_draw.so.*" -FILES_olsrd-plugin-secure = "${libdir}/${PN}_secure.so.*" -FILES_olsrd-plugin-mini = "${libdir}/${PN}_mini.so.*" - -CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" - -- cgit v1.2.3