diff options
-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" |