From e4b91191909d47a00b6e7de62ce1eea78a2a5a86 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Jan 2011 15:52:58 -0800 Subject: ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI Signed-off-by: Khem Raj --- recipes/ltp/ltp_20100831.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg