* [Buildroot] [PATCH] trinity: add optional dependency on btrfs-progs
@ 2017-04-15 22:53 Baruch Siach
2017-04-16 8:42 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-04-15 22:53 UTC (permalink / raw)
To: buildroot
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
The context of this patch depends on
http://patchwork.ozlabs.org/patch/751102/.
---
package/trinity/trinity.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/trinity/trinity.mk b/package/trinity/trinity.mk
index 4d4078d1e2e0..ee695fb54d9f 100644
--- a/package/trinity/trinity.mk
+++ b/package/trinity/trinity.mk
@@ -14,6 +14,10 @@ TRINITY_PATCH = https://github.com/kernelslacker/trinity/commit/b0e66a2d084ffc21
https://github.com/kernelslacker/trinity/commit/f447db18b389050ecc5e66dbf549d5953633e23e.patch \
https://github.com/kernelslacker/trinity/commit/87427256640f806710dd97fc807a9a896147c617.patch
+ifeq ($(BR2_PACKAGE_BTRFS_PROGS),y)
+TRINITY_DEPENDENCIES += btrfs-progs
+endif
+
define TRINITY_CONFIGURE_CMDS
(cd $(@D); $(TARGET_CONFIGURE_OPTS) ./configure)
endef
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] trinity: add optional dependency on btrfs-progs
2017-04-15 22:53 [Buildroot] [PATCH] trinity: add optional dependency on btrfs-progs Baruch Siach
@ 2017-04-16 8:42 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-04-16 8:42 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 16 Apr 2017 01:53:27 +0300, Baruch Siach wrote:
> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> The context of this patch depends on
> http://patchwork.ozlabs.org/patch/751102/.
> ---
> package/trinity/trinity.mk | 4 ++++
> 1 file changed, 4 insertions(+)
Applied to master, 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:[~2017-04-16 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 22:53 [Buildroot] [PATCH] trinity: add optional dependency on btrfs-progs Baruch Siach
2017-04-16 8: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