aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-26 17:26:16 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-26 17:33:12 -0800
commitfa5e3bd8513dce4ff6e34fd4eb6777ce475792dc (patch)
treec6aa56da05422cda0b51a7ce0a3e4fc859d3dc17
parente10b69fedd0b84d11a362eab57ff6fe2dc68d828 (diff)
downloadopenembedded-fa5e3bd8513dce4ff6e34fd4eb6777ce475792dc.tar.gz
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@gmail.com>
-rw-r--r--classes/sdk.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdk.bbclass b/classes/sdk.bbclass
index 1ad8951a4c..4fe17b8091 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}"