aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdcc/sdcc-native_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sdcc/sdcc-native_2.5.0.bb')
-rw-r--r--recipes/sdcc/sdcc-native_2.5.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/sdcc/sdcc-native_2.5.0.bb b/recipes/sdcc/sdcc-native_2.5.0.bb
deleted file mode 100644
index 69628d5223..0000000000
--- a/recipes/sdcc/sdcc-native_2.5.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require sdcc_${PV}.bb
-inherit native
-DEPENDS = ""
-
-# don't need native-tools patch here
-SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \
- file://gcc4.patch"
-
-do_stage() {
- oe_runmake install
-}
-
-#do_stage() {
-# find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
-#}
-