aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/antlr
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-07-02 13:32:30 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-07-07 14:39:28 +0200
commit0784d75461e0bfcc07abda26b215bab953eacf80 (patch)
tree9ad3ba5adb276202e26bba48af1766b6a8fd25fa /recipes/antlr
parentef1048dc46e7497476242f3ae93532962a1283d7 (diff)
downloadopenembedded-0784d75461e0bfcc07abda26b215bab953eacf80.tar.gz
antlr-native 2.7.7: Use proper variable.
Diffstat (limited to 'recipes/antlr')
-rw-r--r--recipes/antlr/antlr-native_2.7.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/antlr/antlr-native_2.7.7.bb b/recipes/antlr/antlr-native_2.7.7.bb
index 871e620b93..3a2bd122eb 100644
--- 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() {