All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libcap: pass prefix to "make install"
@ 2011-07-14 14:45 Phil Blundell
  2011-07-19 18:43 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2011-07-14 14:45 UTC (permalink / raw)
  To: oe-core

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"
-- 
1.7.4.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libcap: pass prefix to "make install"
  2011-07-14 14:45 [PATCH] libcap: pass prefix to "make install" Phil Blundell
@ 2011-07-19 18:43 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-07-19 18:43 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Phil Blundell

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!



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-19 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-14 14:45 [PATCH] libcap: pass prefix to "make install" Phil Blundell
2011-07-19 18:43 ` Saul Wold

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.