All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@openembedded.org
Subject: oldincludedir and includedir not pointing to staging
Date: Fri, 20 Jun 2008 18:41:00 -0700	[thread overview]
Message-ID: <485C5C2C.9050709@gmail.com> (raw)

[-- 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

                 reply	other threads:[~2008-06-21  1:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485C5C2C.9050709@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.