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/'>index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/kexecboot/linux-kexecboot-2.6.24/poodle
AgeCommit message (Expand)AuthorFiles
2009-02-01linux-kexecboot-2.6.24: rework defconfig for poodle, akita, spitzAndrea Adami1
2009-01-29linux-kexecboot: add bootlogo for collie and poodleAndrea Adami1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-09-08linux-kexecboot: restructure it a bit to make it more generic.Koen Kooi2