All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT
@ 2020-11-10 20:17 Fabrice Fontaine
  2020-11-11  9:06 ` Peter Korsgaard
  2020-11-13 23:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-11-10 20:17 UTC (permalink / raw)
  To: buildroot

Set BITCOIN_GENBUILD_NO_GIT which is available since version 0.15.0 and
https://github.com/bitcoin/bitcoin/commit/e98e3dde6a976a2c8f266ee963d6931fd4b37262

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/bitcoin/bitcoin.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bitcoin/bitcoin.mk b/package/bitcoin/bitcoin.mk
index d5e3973d9c..9d2094c02c 100644
--- a/package/bitcoin/bitcoin.mk
+++ b/package/bitcoin/bitcoin.mk
@@ -10,6 +10,7 @@ BITCOIN_AUTORECONF = YES
 BITCOIN_LICENSE = MIT
 BITCOIN_LICENSE_FILES = COPYING
 BITCOIN_DEPENDENCIES = host-pkgconf boost libevent
+BITCOIN_MAKE_ENV = BITCOIN_GENBUILD_NO_GIT=1
 BITCOIN_CONF_OPTS = \
 	--disable-bench \
 	--disable-wallet \
-- 
2.28.0

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

* [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT
  2020-11-10 20:17 [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT Fabrice Fontaine
@ 2020-11-11  9:06 ` Peter Korsgaard
  2020-11-13 23:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-11  9:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set BITCOIN_GENBUILD_NO_GIT which is available since version 0.15.0 and
 > https://github.com/bitcoin/bitcoin/commit/e98e3dde6a976a2c8f266ee963d6931fd4b37262

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT
  2020-11-10 20:17 [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT Fabrice Fontaine
  2020-11-11  9:06 ` Peter Korsgaard
@ 2020-11-13 23:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-13 23:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set BITCOIN_GENBUILD_NO_GIT which is available since version 0.15.0 and
 > https://github.com/bitcoin/bitcoin/commit/e98e3dde6a976a2c8f266ee963d6931fd4b37262

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-13 23:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 20:17 [Buildroot] [PATCH 1/1] package/bitcoin: set BITCOIN_GENBUILD_NO_GIT Fabrice Fontaine
2020-11-11  9:06 ` Peter Korsgaard
2020-11-13 23:00 ` Peter Korsgaard

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.