From 1e0a8607165cbeb8d39ab2636b22533e456be035 Mon Sep 17 00:00:00 2001 From: My Name Date: Wed, 12 Nov 2014 17:22:01 +0000 Subject: Generate .tarball-version in bison The version number of bison appends a part of the sha1 of the commit which is being built. This was causing failures in the autoconf when building gstreamer given that it tries to compare the version number of bison. This is a *workaround* to generate a clean version number of bison. --- strata/core/bison.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/core/bison.morph b/strata/core/bison.morph index d6b3b148..a9497d4e 100644 --- a/strata/core/bison.morph +++ b/strata/core/bison.morph @@ -1,6 +1,7 @@ name: bison kind: chunk configure-commands: +- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version - bash bootstrap --skip-po - ./configure --prefix=/usr --disable-nls build-commands: -- cgit v1.2.1