aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-14 15:52:58 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-14 15:55:48 -0800
commite4b91191909d47a00b6e7de62ce1eea78a2a5a86 (patch)
tree68785de5662a4455db209222dad80de569688540
parent9d8c3d675e16740bbc80406e643c1ef67d0e795c (diff)
downloadopenembedded-e4b91191909d47a00b6e7de62ce1eea78a2a5a86.tar.gz
ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/ltp/ltp_20100831.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ltp/ltp_20100831.bb b/recipes/ltp/ltp_20100831.bb
index c57b5e2e55..f705405b21 100644
--- a/recipes/ltp/ltp_20100831.bb
+++ b/recipes/ltp/ltp_20100831.bb
@@ -8,7 +8,8 @@ PR = "r0"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \
- file://runalltests.patch;patch=1 "
+ file://runalltests.patch \
+ "
S = "${WORKDIR}/ltp-full-${PV}"