diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-06-26 03:56:40 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-06-26 03:56:40 +0000 |
commit | 591be26f58217b3e726f58c2648a42b5e02e7b5c (patch) | |
tree | 652fb46a040fbc7848a7a37fa81e38a1b0ac42db | |
parent | 95cc06e3bef15b49f9240c7b318ac6a73496ca69 (diff) |
Update includedir and oldincludedir to point to new sysrooted staging dir.
-rw-r--r-- | classes/cross.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |