diff options
Diffstat (limited to 'recipes/sdcc/sdcc_2.8.0.bb')
-rw-r--r-- | recipes/sdcc/sdcc_2.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sdcc/sdcc_2.8.0.bb b/recipes/sdcc/sdcc_2.8.0.bb index 8becd1fcb0..76fc1c876d 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" S = "${WORKDIR}/sdcc" |