summaryrefslogtreecommitdiff
path: root/classes/devshell.bbclass
blob: 9327b55d0af914c5646b8dc54f98f938d33ab314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
EXTRA_OEMAKE[export] = "1"

do_devshell[dirs] = "${S}"
do_devshell[nostamp] = "1"

export DISPLAY
export DBUS_SESSION_BUS_ADDRESS
export XAUTHORITY ?= "${HOME}/.Xauthority"

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

t/packages/efl1?id=b53d9cb9172fa2bec04355930fc269af0bb87404'>ecore cvs really disable openglMichael Lauer1 2008-01-10ecore|evas cvs update to version from todayMichael Lauer4 2007-12-23epdf cvs update fix-plugin-patch-checkMichael Lauer2 2007-12-23ewl cvs RRECOMMENDS its enginesMichael Lauer1 2007-12-23etk cvs RRECOMMMEND its enginesMichael Lauer1 2007-12-23evas cvs add RRECOMMENDS to the usually used set of engines and loadersMichael Lauer2 2007-12-10evas cvs use PACKAGE_DYNAMIC to announce individual low level modulesMichael Lauer2 2007-12-05evas|ewl cvs explicitly enable the software-x11-16 engine now that it's more ...Michael Lauer2 2007-12-05ecore|evas cvs updateMichael Lauer5 2007-09-19poppler dependants: bump PR since poppler 0.6 changed soversionKoen Kooi1 2007-09-14efl: more PV unbreakingKoen Kooi4 2007-09-14ecore, edje: try to repair PV going backwards Koen Kooi2 2007-09-01imlib2: explicitly state that we're building a version with X11 supportMichael Lauer3 2007-08-30imlib2: set OE_LT_RPATH_ALLOW to make imlib find its modulesMichael Lauer1 2007-08-20evas/ecore: reinstantiate configure patches - without them EFL picks up wrong...Michael Lauer4 2007-08-20evas.inc: configure patch no longer applies, seems to be no longer necessary ...Michael Lauer1 2007-07-24eflpp: supply path to edje_ccMichael Lauer1 2007-07-22efl++: move inside efl1 since it's now a subproject of E17Michael Lauer1 2007-07-22add etk-native (non-working yet)Michael Lauer2 2007-07-22esmart: point to proper edje_ccMichael Lauer1 2007-07-21EFL: move from building snapshots to cvs again. Reasons:Michael Lauer34 2007-07-18efl: next round of updates / cleanupsMichael Lauer16 2007-07-15ecore: prettify packaging and fix PR, should fix #2655Koen Kooi2 2007-07-12ecore-native: fix configure options to make it build on systems without EFL h...Michael Lauer1 2007-07-08add epsilon_cvs to get the shiny new epdf thumbnailer pluginMichael Lauer2 2007-07-08add epdf, the glue between libpoppler and the EFLMichael Lauer1 2007-07-06etk upgrade to 0.1.0.004Michael Lauer1 2007-06-30imlib2: Fix .debug QA errorMatthias Hentges1 2007-06-29esmart: fix packaging. Closes 2573.Rolf Leggewie1 2007-06-21evas.inc: add directfb back to DEPENDS, it turned out to be a problem in libpngKoen Kooi1 2007-06-21evas.inc: don't depend on directfbKoen Kooi1 2007-06-21massive E revamp. all shiny and new. no more binconfig madness, no longerMichael Lauer39