From: Khem Raj Date: Thu, 26 Jun 2008 03:56:40 +0000 (+0000) Subject: Update includedir and oldincludedir to point to new sysrooted staging dir. X-Git-Tag: Release-2010-05/1~6619^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591be26f58217b3e726f58c2648a42b5e02e7b5c;p=openembedded.git Update includedir and oldincludedir to point to new sysrooted staging dir. --- diff --git a/classes/cross.bbclass b/classes/cross.bbclass index 89cb3e9569..a35f4dfb79 100644 --- a/classes/cross.bbclass +++ b/classes/cross.bbclass @@ -49,8 +49,8 @@ bindir = "${exec_prefix}/bin" sbindir = "${exec_prefix}/bin" libexecdir = "${exec_prefix}/libexec" libdir = "${exec_prefix}/lib" -includedir = "${exec_prefix}/include" -oldincludedir = "${exec_prefix}/include" +includedir = "${STAGING_DIR_TARGET}/${layout_includedir}" +oldincludedir = "${STAGING_DIR_TARGET}/${layout_includedir}" do_stage () { oe_runmake install