* oldincludedir and includedir not pointing to staging
@ 2008-06-21 1:41 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2008-06-21 1:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
This patch fixes the configure parameters --includedir and --oldincludedir. After the sysroot change they need to be adjusted too.
I have been using this change for quite sometime now havent seen any fallouts. OK for .dev ?
Thanks
- -Khem
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIXFwsHnJKy6V6em4RArWTAJ0dsKpsIKmDQIbmC7waNQgobGTkFwCfSyRh
+q22IejBZ3N7VfSY0QOIpQw=
=/kuv
-----END PGP SIGNATURE-----
#
# old_revision [c06692d78b5f67ad833d158b77fdde9b4b404dcd]
#
# patch "classes/cross.bbclass"
# from [504bbe85b9aae389cdf483045310b7f26d7a5fb4]
# to [bdd50d7b0204dc37533449d262a744351c880e4e]
#
============================================================
--- classes/cross.bbclass 504bbe85b9aae389cdf483045310b7f26d7a5fb4
+++ classes/cross.bbclass bdd50d7b0204dc37533449d262a744351c880e4e
@@ -49,8 +49,8 @@ libdir = "${exec_prefix}/lib"
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-21 1:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21 1:41 oldincludedir and includedir not pointing to staging Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.