[oe-commits] Robert Schuster : native.bbclass: Modify STAGING_DIR_JAVA when native build is in chosen.

git version control git at git.openembedded.org
Sun Dec 27 17:45:31 UTC 2009


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Thu Dec 24 11:24:17 2009 +0100

native.bbclass: Modify STAGING_DIR_JAVA when native build is in chosen.

---

 classes/native.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/classes/native.bbclass b/classes/native.bbclass
index 96f9cf1..6698b61 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -36,6 +36,8 @@ LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE} "
 STAGING_BINDIR = "${STAGING_BINDIR_NATIVE}"
 STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
 
+STAGING_DIR_JAVA = "${STAGING_DATADIR_JAVA_NATIVE}"
+
 # Don't use site files for native builds
 export CONFIG_SITE = ""
 





More information about the Openembedded-commits mailing list