Update includedir and oldincludedir to point to new sysrooted staging dir.
authorKhem Raj <raj.khem@gmail.com>
Thu, 26 Jun 2008 03:56:40 +0000 (03:56 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 26 Jun 2008 03:56:40 +0000 (03:56 +0000)
classes/cross.bbclass

index 89cb3e9..a35f4df 100644 (file)
@@ -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