summaryrefslogtreecommitdiff
path: root/packages/sdcc/sdcc-native_2.5.0.bb
blob: 6f6c3c171082cf50291155ad43f5d72003feb87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require sdcc_${PV}.bb
inherit native
DEPENDS = ""

# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \
           file://gcc4.patch;patch=1"

do_stage() {
	autotools_stage_all
	for i in bin/as-*; do
		install -m 0755 $i ${STAGING_BINDIR}
	done
}