summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/sdcc/sdcc-native_2.8.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/sdcc/sdcc-native_2.8.0.bb b/recipes/sdcc/sdcc-native_2.8.0.bb
index dbecffa4e5..60cebbe6af 100644
--- a/recipes/sdcc/sdcc-native_2.8.0.bb
+++ b/recipes/sdcc/sdcc-native_2.8.0.bb
@@ -1,16 +1,13 @@
require sdcc_${PV}.bb
-inherit native
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
+ oe_runmake install
}
-#do_stage() {
-# find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
-#}
-