ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI
authorKhem Raj <raj.khem@gmail.com>
Fri, 14 Jan 2011 23:52:58 +0000 (15:52 -0800)
committerKhem Raj <raj.khem@gmail.com>
Fri, 14 Jan 2011 23:55:48 +0000 (15:55 -0800)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ltp/ltp_20100831.bb

index c57b5e2..f705405 100644 (file)
@@ -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}"