From: Khem Raj Date: Sat, 27 Nov 2010 01:26:16 +0000 (-0800) Subject: sdk.bbclass: Define target_includedir X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5ba269a552984779d3631e724cf6e691b65cce;p=openembedded.git 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 --- 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}"