Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH[ bitbake.conf: Add a STAGING_BASELIBDIR variable that recipes can use to find base_libdir
@ 2012-04-23 21:45 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-04-23 21:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 911854b..56e3e4d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -340,6 +340,7 @@ STAGING_DATADIR_NATIVE =
"${STAGING_DIR_NATIVE}${datadir_native}"
 STAGING_DIR_HOST = "${STAGING_DIR}/${MACHINE}"
 STAGING_BINDIR = "${STAGING_DIR_HOST}${bindir}"
 STAGING_LIBDIR = "${STAGING_DIR_HOST}${libdir}"
+STAGING_BASELIBDIR = "${STAGING_DIR_HOST}${base_libdir}"
 STAGING_INCDIR = "${STAGING_DIR_HOST}${includedir}"
 STAGING_DATADIR = "${STAGING_DIR_HOST}${datadir}"
 STAGING_EXECPREFIXDIR = "${STAGING_DIR_HOST}${exec_prefix}"





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-23 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 21:45 [PATCH[ bitbake.conf: Add a STAGING_BASELIBDIR variable that recipes can use to find base_libdir Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox