aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib.inc
AgeCommit message (Expand)Author
2016-09-09dbus-glib: enable gtk-docAlexander Kanavin
2016-01-29dbus-glib: use bash-completion.bbclass2011-01-06dbus-glib: upgrade to version 0.92Scott Garman
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle
2010-08-27Major layout change to the packages directoryRichard Purdie
an class="o">() { return 0 } exec_run() { if [ ! -d $EXEC_DIR ]; then msg "No contents to exec in $EXEC_DIR. Starting shell ..." sh fi # Load and run modules for m in $EXEC_DIR/*; do # Skip backup files if [ "`echo $m | sed -e 's/\~$//'`" != "$m" ]; then continue fi debug "Starting $m" # process module ./$m done }