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

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

inherit native

do_stage() {
        oe_runmake install
}