summaryrefslogtreecommitdiff
path: root/recipes/sdcc/sdcc-native_2.8.0.bb
blob: 60cebbe6af1a691058b2f51c0a9460a2acec025c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require sdcc_${PV}.bb
DEPENDS = ""

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

inherit native

do_stage() {
        oe_runmake install
}