aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdcc/sdcc-native_2.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sdcc/sdcc-native_2.8.0.bb')
-rw-r--r--recipes/sdcc/sdcc-native_2.8.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/sdcc/sdcc-native_2.8.0.bb b/recipes/sdcc/sdcc-native_2.8.0.bb
index ace693f58d..1cecef08e5 100644
--- a/recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/recipes/sdcc/sdcc-native_2.8.0.bb
@@ -1,6 +1,6 @@
require sdcc_${PV}.bb
DEPENDS = "bison-native flex-native"
-PR = "r1"
+PR = "r2"
# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
@@ -8,7 +8,3 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
inherit native
-do_stage() {
- oe_runmake install
-}
-