From: Khem Raj Date: Fri, 14 Jan 2011 23:52:58 +0000 (-0800) Subject: ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b91191909d47a00b6e7de62ce1eea78a2a5a86;p=openembedded.git ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI Signed-off-by: Khem Raj --- 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}"