[oe-commits] Robert Schuster : antlr-native 2.7.7: Use proper variable.

git version control git at git.openembedded.org
Tue Jul 7 13:04:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0784d75461e0bfcc07abda26b215bab953eacf80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0784d75461e0bfcc07abda26b215bab953eacf80

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Thu Jul  2 13:32:30 2009 +0200

antlr-native 2.7.7: Use proper variable.

---

 recipes/antlr/antlr-native_2.7.7.bb |    2 +-
 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 871e620..3a2bd12 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() {





More information about the Openembedded-commits mailing list