# # Removes source after build # # To use it add that line to conf/local.conf: # # INHERIT += "rm_work" # do_rm_work () { cd ${WORKDIR} for dir in * do if [ `basename ${S}` == $dir ]; then rm -rf $dir/* elif [ $dir != 'temp' ]; then rm -rf $dir fi done } addtask rm_work before do_build addtask rm_work after do_populate_staging logo' rowspan='2'>cgit logo index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/usbutils
AgeCommit message (Expand)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko3
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