PV = "0.22+svn${SRCDATE}" PLUGIN_NAME ?= "${@bb.data.getVar('PN', d, 1).replace('libopensync-plugin-','')}" PLUGIN_SONAME ?= "${@bb.data.getVar('PLUGIN_NAME', d, 1).replace('-','_')}.so" SRC_URI ?= "svn://svn.opensync.org/plugins;module=${PLUGIN_NAME};proto=http" S ?= "${WORKDIR}/${PLUGIN_NAME}" LICENSE ?= "LGPL" DEPENDS += " libopensync" RRECOMMENDS += " msynctool" HOMEPAGE ?= "http://www.opensync.org/" inherit autotools pkgconfig FILES_${PN} += "${datadir} ${libdir}/opensync/plugins/*.so" FILES_${PN}-dbg += "${libdir}/opensync/plugins/.debug" do_install() { install -d ${D}${datadir}/opensync/defaults install -d ${D}${libdir}/opensync/plugins install -m 644 src/${PLUGIN_NAME} ${D}${datadir}/opensync/defaults install -m 755 src/.libs/${PLUGIN_SONAME} ${D}${libdir}/opensync/plugins/ } this.form.submit();'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/stage-manager
AgeCommit message (Expand)AuthorFiles
2008-05-24stagemanager-naitve: Sync with poky, add ipkg-build and ipkg scripts so packa...Richard Purdie3
2008-03-14stage-manager: Remove PATCHTOOL setting, it breaks things. Add code to notice...Richard Purdie2
2007-12-01stage-manager: Updates to fix various bugs copy files instead of moving them ...Richard Purdie2