[oe-commits] Khem Raj : sdk.bbclass: Define target_includedir

git version control git at git.openembedded.org
Sat Nov 27 01:33:41 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Nov 26 17:26:16 2010 -0800

sdk.bbclass: Define target_includedir

This var is used in configuring gcc recipes so we define it here for sdk
as well best is to have this defined globally so we can configure target
cross and sdk recipes properly

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/classes/sdk.bbclass b/classes/sdk.bbclass
index 1ad8951..4fe17b8 100644
--- a/classes/sdk.bbclass
+++ b/classes/sdk.bbclass
@@ -6,6 +6,7 @@
 # SDK packages are built either explicitly by the user,
 # or indirectly via dependency.  No need to be in 'world'.
 EXCLUDE_FROM_WORLD = "1"
+target_includedir := "${includedir}"
 
 # Save MULTIMACH_ARCH
 OLD_MULTIMACH_ARCH := "${MULTIMACH_ARCH}"





More information about the Openembedded-commits mailing list