summaryrefslogtreecommitdiff
path: root/recipes/sdcc/sdcc-native_2.5.0.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 11:22:18 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 11:27:20 +0200
commit7d6a240e51bd061825b85e598dd15c8521b2bcc5 (patch)
tree39c20fcbff8e8a950f45ec5e6e83bf072dfcde22 /recipes/sdcc/sdcc-native_2.5.0.bb
parent2cde6e004fdc0487d9bce741f0a8ef0a979f9079 (diff)
sdcc: removed old version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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} \;
-#}
-