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 } git/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/usbutils
AgeCommit message (Expand)AuthorFiles
2008-12-30usbutils_0.73: Add new recipeKhem Raj1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-06-21various: more libusb -> libusbcompat changesKoen Kooi2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-30many packages: fixed SRC_URI: SourceForge CVS moved from cvs.sf.net -> PN.cvs...Marcin Juszkiewicz1