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:
ef1048d
)
antlr-native 2.7.7: Use proper variable.
author
Robert Schuster
<robertschuster@fsfe.org>
Thu, 2 Jul 2009 11:32:30 +0000
(13:32 +0200)
committer
Robert Schuster
<robertschuster@fsfe.org>
Tue, 7 Jul 2009 12:39:28 +0000
(14:39 +0200)
recipes/antlr/antlr-native_2.7.7.bb
patch
|
blob
|
history
diff --git
a/recipes/antlr/antlr-native_2.7.7.bb
b/recipes/antlr/antlr-native_2.7.7.bb
index
871e620
..
3a2bd12
100644
(file)
--- a/
recipes/antlr/antlr-native_2.7.7.bb
+++ b/
recipes/antlr/antlr-native_2.7.7.bb
@@
-5,7
+5,7
@@
SRC_URI += "file://runantlr"
inherit java-native
do_configure() {
- sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_
NATIVE}/java
/antlr.jar|" ${WORKDIR}/runantlr
+ sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_
JAVA_NATIVE}
/antlr.jar|" ${WORKDIR}/runantlr
}
do_stage() {