aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdcc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sdcc')
-rw-r--r--recipes/sdcc/sdcc-native_2.5.0.bb2
-rw-r--r--recipes/sdcc/sdcc_2.5.0.bb4
-rw-r--r--recipes/sdcc/sdcc_2.8.0.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/sdcc/sdcc-native_2.5.0.bb b/recipes/sdcc/sdcc-native_2.5.0.bb
index 3b41c33930..8b2648aede 100644
--- a/recipes/sdcc/sdcc-native_2.5.0.bb
+++ b/recipes/sdcc/sdcc-native_2.5.0.bb
@@ -4,7 +4,7 @@ DEPENDS = ""
# don't need native-tools patch here
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \
- file://gcc4.patch;patch=1"
+ file://gcc4.patch;apply=yes"
do_stage() {
oe_runmake install
diff --git a/recipes/sdcc/sdcc_2.5.0.bb b/recipes/sdcc/sdcc_2.5.0.bb
index 3a6fe2aefa..2dbbc53cd9 100644
--- a/recipes/sdcc/sdcc_2.5.0.bb
+++ b/recipes/sdcc/sdcc_2.5.0.bb
@@ -6,8 +6,8 @@ DEPENDS = "sdcc-native"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \
- file://gcc4.patch;patch=1 \
- file://use-native-tools.patch;patch=1"
+ file://gcc4.patch;apply=yes \
+ file://use-native-tools.patch;apply=yes"
S = "${WORKDIR}/sdcc"
PARALLEL_MAKE = ""
diff --git a/recipes/sdcc/sdcc_2.8.0.bb b/recipes/sdcc/sdcc_2.8.0.bb
index 8becd1fcb0..d563ed3d22 100644
--- a/recipes/sdcc/sdcc_2.8.0.bb
+++ b/recipes/sdcc/sdcc_2.8.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://sdcc.sourceforge.net"
DEPENDS = "sdcc-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-src-${PV}.tar.bz2 \
- file://use-native-tools.patch;patch=1"
+ file://use-native-tools.patch;apply=yes"
S = "${WORKDIR}/sdcc"