All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2 1/1] jack2: Added staging
@ 2014-08-06 11:40 Pieter De Gendt
  2014-08-06 17:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Pieter De Gendt @ 2014-08-06 11:40 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com>
---
Use waf build system to copy staging files iso doing it manually.

 package/jack2/jack2.mk |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 68f6e42..3f52ff4 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -8,6 +8,7 @@ JACK2_VERSION = ab409a65df95bc261ff72b52d6b3f4a65cf3266a
 JACK2_SITE = $(call github,jackaudio,jack2,$(JACK2_VERSION))
 JACK2_LICENSE = GPLv2+ (jack server), LGPLv2.1+ (jack library)
 JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib host-python
+JACK2_INSTALL_STAGING = YES
 
 define JACK2_CONFIGURE_CMDS
 	(cd $(@D); \
@@ -27,4 +28,9 @@ define JACK2_INSTALL_TARGET_CMDS
 		install)
 endef
 
+define JACK2_INSTALL_STAGING_CMDS
+	(cd $(@D); $(HOST_DIR)/usr/bin/python2 ./waf --destdir=$(STAGING_DIR) \
+		install)
+endef
+
 $(eval $(generic-package))
-- 
1.7.9.5

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

* [Buildroot] [PATCHv2 1/1] jack2: Added staging
  2014-08-06 11:40 [Buildroot] [PATCHv2 1/1] jack2: Added staging Pieter De Gendt
@ 2014-08-06 17:42 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-08-06 17:42 UTC (permalink / raw)
  To: buildroot

Dear Pieter De Gendt,

On Wed,  6 Aug 2014 13:40:36 +0200, Pieter De Gendt wrote:
> 
> Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com>

Thanks, I've applied after improving the commit title and message. See
http://git.buildroot.net/buildroot/commit/?id=a2bd5990744d23cf08dc54a355f4b573c3f55bb1.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-08-06 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 11:40 [Buildroot] [PATCHv2 1/1] jack2: Added staging Pieter De Gendt
2014-08-06 17:42 ` Thomas Petazzoni

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.