summaryrefslogtreecommitdiff
path: root/multitech/classes/thisdir.bbclass
blob: f3b07f5c58486db9c5a90574a0e5188fc4c7fee3 (plain)
1
2
3
# THISDIR only works properly with imediate expansion as it has to run
# in the context of the location its used (:=)
THISDIR = "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"