git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8c3d6
)
ltp_20100831.bb: Fix deprecated usage to specify patch in SRC_URI
author
Khem Raj
<raj.khem@gmail.com>
Fri, 14 Jan 2011 23:52:58 +0000
(15:52 -0800)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/ltp/ltp_20100831.bb
b/recipes/ltp/ltp_20100831.bb
index
c57b5e2
..
f705405
100644
(file)
--- 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}"