summaryrefslogtreecommitdiff
path: root/packages/sdcc/sdcc-native_2.5.0.bb
blob: 2a05d5e628be257a5339c38a430f26275cde8a74 (plain)
1
2
3
4
5
6
7
8
9
10
include 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 
}