From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Phil Blundell <philb@gnu.org>
Subject: Re: [PATCH] libcap: pass prefix to "make install"
Date: Tue, 19 Jul 2011 11:43:37 -0700 [thread overview]
Message-ID: <4E25D059.30605@linux.intel.com> (raw)
In-Reply-To: <1310654732.2378.65.camel@phil-desktop>
On 07/14/2011 07:45 AM, Phil Blundell wrote:
> Otherwise it will use /usr by default which may not be the right place.
>
> Signed-off-by: Phil Blundell<philb@gnu.org>
> ---
> meta/recipes-support/libcap/libcap.inc | 2 +-
> meta/recipes-support/libcap/libcap_2.20.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc
> index 3bff3b9..efa46d6 100644
> --- a/meta/recipes-support/libcap/libcap.inc
> +++ b/meta/recipes-support/libcap/libcap.inc
> @@ -29,7 +29,7 @@ do_compile() {
> }
>
> do_install() {
> - oe_runmake install DESTDIR="${D}"
> + oe_runmake install DESTDIR="${D}" prefix="${prefix}"
> }
>
> # pam files
> diff --git a/meta/recipes-support/libcap/libcap_2.20.bb b/meta/recipes-support/libcap/libcap_2.20.bb
> index c9741c2..a2b49c6 100644
> --- a/meta/recipes-support/libcap/libcap_2.20.bb
> +++ b/meta/recipes-support/libcap/libcap_2.20.bb
> @@ -1,6 +1,6 @@
> require libcap.inc
>
> -PR = "r2"
> +PR = "r3"
>
> SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4"
> SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220"
Merged into oe-core
Thanks
Sau!
prev parent reply other threads:[~2011-07-19 18:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-14 14:45 [PATCH] libcap: pass prefix to "make install" Phil Blundell
2011-07-19 18:43 ` Saul Wold [this message]
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=4E25D059.30605@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=philb@gnu.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.