summaryrefslogtreecommitdiff
path: root/packages/sdcc/sdcc-native_2.5.0.bb
blob: 85c3d5b0fd9db7ce0299553a58698d87608fe1a5 (plain)
1
2
3
4
5
6
7
8
9
10
require sdcc_${PV}.bb

inherit native

# yes, we usually don't want to do this in order to prevent staging pollution,
# however sdcc behaves pretty nice here, so we can do an exception here (ML).
do_stage() {
	oe_runmake install 
}