[oe-commits] Khem Raj : ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI

git version control git at git.openembedded.org
Fri Jan 14 23:58:54 UTC 2011


Module: openembedded.git
Branch: master
Commit: e4b91191909d47a00b6e7de62ce1eea78a2a5a86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e4b91191909d47a00b6e7de62ce1eea78a2a5a86

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jan 14 15:52:58 2011 -0800

ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ltp/ltp_20100831.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ltp/ltp_20100831.bb b/recipes/ltp/ltp_20100831.bb
index c57b5e2..f705405 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}"
 





More information about the Openembedded-commits mailing list