From ec4b29ee7814b1e5024e743ced0843c5c4aa6993 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 31 Jul 2018 17:30:47 +0100 Subject: Fix no usage of git in gnu packages These packages shouldn't be using git to retrieve gnulib and uses the gnulib that BuildStream and definitions clone into the build directory. This causes an issue to when getting and setting the version for these packages because if it doesn't come from git, they are expecting to get it from a .tarball-version file. --- elements/core/patch.bst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elements/core/patch.bst') diff --git a/elements/core/patch.bst b/elements/core/patch.bst index efa4aa7a..75fa709d 100644 --- a/elements/core/patch.bst +++ b/elements/core/patch.bst @@ -26,4 +26,4 @@ sources: config: configure-commands: (<): - - ./bootstrap --skip-po + - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib -- cgit v1.2.1