sdk.bbclass: Define target_includedir
authorKhem Raj <raj.khem@gmail.com>
Sat, 27 Nov 2010 01:26:16 +0000 (17:26 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sat, 27 Nov 2010 01:29:37 +0000 (17:29 -0800)
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>
classes/sdk.bbclass

index 1ad8951..4fe17b8 100644 (file)
@@ -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}"