summaryrefslogtreecommitdiff
path: root/test~/addtask-2.0.oe
blob: 6212041b33e237ee61c2cdbe5b3ae7d9acff298a (plain)
1
2
3
4
5
6
7
8
SRC_URI=""

do_whee() {
	oenote "testing, testing, 1 .. 2 .. 3 .."
}

# insert whee task between compile and unpack
addtask whee after do_unpack before do_compile