do_install_append() { for i in `find ${D} -name "*.py"` ; do \ sed -i -e s:${D}::g $i done for i in `find ${D} -name "*.la"` ; do \ sed -i -e s:${STAGING_LIBDIR}:${libdir}:g $i done if test -e ${D}${bindir} ; then for i in ${D}${bindir}/* ; do \ sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g $i done fi if test -e ${D}${sbindir} ; then for i in ${D}${sbindir}/* ; do \ sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g $i done fi } it' href='/cgit/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/aiostress
AgeCommit message (Expand)AuthorFiles
2007-05-20packages/aiostress/aiostress_0.0.bb: Change URI as the file has disappeared f...Stelios Koroneos1
2006-10-14aiostress: added as 0.0 as there is no version defined upstreamMarcin Juszkiewicz2