diff options
Diffstat (limited to 'recipes/ltp/ltp_20080229.bb')
-rw-r--r-- | recipes/ltp/ltp_20080229.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/ltp/ltp_20080229.bb b/recipes/ltp/ltp_20080229.bb index c04a772826..b09c5016a5 100644 --- a/recipes/ltp/ltp_20080229.bb +++ b/recipes/ltp/ltp_20080229.bb @@ -4,11 +4,11 @@ LICENSE = "GPL" SECTION = "console/utils" SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ - file://cross-compile.patch;apply=yes \ - file://runltp-path.patch;apply=yes \ + file://cross-compile.patch \ + file://runltp-path.patch \ file://ltp-run \ - file://posix_shell_compat.patch;apply=yes \ - file://ballista.patch;apply=yes" + file://posix_shell_compat.patch \ + file://ballista.patch" S = "${WORKDIR}/ltp-full-${PV}" |