EXTRA_OEMAKE[export] = "1" do_devshell[dirs] = "${S}" do_devshell[nostamp] = "1" devshell_do_devshell() { export TERMWINDOWTITLE="Bitbake Developer Shell" ${TERMCMD} if [ $? -ne 0 ]; then echo "Fatal: '${TERMCMD}' not found. Check TERMCMD variable." exit 1 fi } addtask devshell after do_patch EXPORT_FUNCTIONS do_devshell .git Git repository'/>
summaryrefslogtreecommitdiff
path: root/recipes/libffi
AgeCommit message (Expand)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson2
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson2
2010-04-24[various]: fis absolute reference to 'recipes/'.Andrea Adami2
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa3
2010-03-18libffi_3.0.8.bb : add fix for autoconf 2.64+Graeme Gregory2
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj2
2009-03-17recipes: fix hardcoded instances of packages/Denys Dmytriyenko2
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko5