[oe-commits] org.oe.dev base.bbclass: Remove showdata task. its broken and bitbake -e should be used instead (which works),

rpurdie commit openembedded-commits at lists.openembedded.org
Wed Aug 15 22:15:54 UTC 2007


base.bbclass: Remove showdata task. its broken and bitbake -e should be used instead (which works),

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 1df9a0abe1b59c2b0abf130e90a68fccc08aefd6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1df9a0abe1b59c2b0abf130e90a68fccc08aefd6
Files:
1
classes/base.bbclass
Diffs:

#
# mt diff -r0fdb19d7a057fb8fd199f44328ed5624edf1847a -r1df9a0abe1b59c2b0abf130e90a68fccc08aefd6
#
# 
# 
# patch "classes/base.bbclass"
#  from [46c6040d209595895d573d152a08aa27a11b5516]
#    to [12ae0941acb2d92ee9cb83584bee1f690719f1c4]
# 
============================================================
--- classes/base.bbclass	46c6040d209595895d573d152a08aa27a11b5516
+++ classes/base.bbclass	12ae0941acb2d92ee9cb83584bee1f690719f1c4
@@ -374,18 +374,6 @@ oe_machinstall() {
 	fi
 }
 
-addtask showdata
-do_showdata[nostamp] = "1"
-python do_showdata() {
-	import sys
-	# emit variables and shell functions
-	bb.data.emit_env(sys.__stdout__, d, True)
-	# emit the metadata which isnt valid shell
-	for e in d.keys():
-	    if bb.data.getVarFlag(e, 'python', d):
-	        sys.__stdout__.write("\npython %s () {\n%s}\n" % (e, bb.data.getVar(e, d, 1)))
-}
-
 addtask listtasks
 do_listtasks[nostamp] = "1"
 python do_listtasks() {






More information about the Openembedded-commits mailing list