* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox