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

# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
          "

do_stage() {
	oe_runmake install
}

#do_stage() {
#	find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
#}