package/bitcoin: set BITCOIN_GENBUILD_NO_GIT
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 10 Nov 2020 20:17:07 +0000 (21:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 11 Nov 2020 09:04:54 +0000 (10:04 +0100)
Set BITCOIN_GENBUILD_NO_GIT to not include (Buildroot) git version info in
build, 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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bitcoin/bitcoin.mk

index d5e3973d9c2cf41df660ba1a30618e237b843bb0..9d2094c02c3173c5c785b904e636f3a1094000a5 100644 (file)
@@ -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 \