diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 11:22:18 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 11:27:20 +0200 |
commit | 7d6a240e51bd061825b85e598dd15c8521b2bcc5 (patch) | |
tree | 39c20fcbff8e8a950f45ec5e6e83bf072dfcde22 /recipes/sdcc | |
parent | 2cde6e004fdc0487d9bce741f0a8ef0a979f9079 (diff) | |
download | openembedded-7d6a240e51bd061825b85e598dd15c8521b2bcc5.tar.gz |
sdcc: removed old version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/sdcc')
-rw-r--r-- | recipes/sdcc/sdcc-native_2.5.0.bb | 16 | ||||
-rw-r--r-- | recipes/sdcc/sdcc_2.5.0.bb | 24 |
2 files changed, 0 insertions, 40 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} \; -#} - diff --git a/recipes/sdcc/sdcc_2.5.0.bb b/recipes/sdcc/sdcc_2.5.0.bb deleted file mode 100644 index a9cd7912a2..0000000000 --- a/recipes/sdcc/sdcc_2.5.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION= "SDCC - Small Device C Compiler" -LICENSE = "GPL" -SECTION = "devel" -HOMEPAGE = "http://sdcc.sourceforge.net" -DEPENDS = "sdcc-native" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \ - file://gcc4.patch \ - file://use-native-tools.patch" -S = "${WORKDIR}/sdcc" - -PARALLEL_MAKE = "" - -inherit autotools - -do_configure() { - gnu-configize - oe_runconf -} - - -SRC_URI[md5sum] = "c572e7842fe36348f5b2972c1025a75a" -SRC_URI[sha256sum] = "138d2e59569f76f1a5d35bd5d85e7006eeebc4f48cd3dac902e2824ed50c3d80" |