diff options
Diffstat (limited to 'recipes/sdcc/sdcc_2.5.0.bb')
-rw-r--r-- | recipes/sdcc/sdcc_2.5.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/sdcc/sdcc_2.5.0.bb b/recipes/sdcc/sdcc_2.5.0.bb index 2dbbc53cd9..a9cd7912a2 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;apply=yes \ - file://use-native-tools.patch;apply=yes" + file://gcc4.patch \ + file://use-native-tools.patch" S = "${WORKDIR}/sdcc" PARALLEL_MAKE = "" |