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

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


Module: openembedded.git
Branch: release-2010.12
Commit: fa5e3bd8513dce4ff6e34fd4eb6777ce475792dc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fa5e3bd8513dce4ff6e34fd4eb6777ce475792dc

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