summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-08-19 19:11:29 +0100
committerJavier Jardón <jjardon@gnome.org>2015-08-21 12:52:15 +0000
commitc6b6225e4f5872ea749fde416bca8e6b89cb5424 (patch)
tree6e87be59095eecb242f80a3ec4a43823f38b29d1 /strata/core
parent6cb63998328664c5c234b5a5da7ea3a9026e4d2a (diff)
downloaddefinitions-c6b6225e4f5872ea749fde416bca8e6b89cb5424.tar.gz
Use git as a build dependency instead hack morphologies manually
This actually revert some changes we made a while back (74ce6a18, 7cb71771, 7c2bfac9) I realize we will have to patch a lot of modules manually following this route. Also, I remember to see some commands from chunks that, even they build fine, they will show UNKNOWN if you type <command> --version Basically the chunks assume that if you are building from git, you have git installed Change-Id: I886288553e8edf05ffc1cb497fabbadb468819b7
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/bison.morph1
-rw-r--r--strata/core/libtool.morph1
-rw-r--r--strata/core/patch.morph1
-rw-r--r--strata/core/util-linux.morph1
4 files changed, 0 insertions, 4 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index 352f5fcf..f122ca3f 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -2,5 +2,4 @@ name: bison
kind: chunk
build-system: autotools
pre-configure-commands:
-- echo "3.0.2" > .tarball-version
- sh bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
diff --git a/strata/core/libtool.morph b/strata/core/libtool.morph
index d4465c31..04263ac9 100644
--- a/strata/core/libtool.morph
+++ b/strata/core/libtool.morph
@@ -2,5 +2,4 @@ name: libtool
kind: chunk
build-system: autotools
pre-configure-commands:
-- echo "2.4.6" > .tarball-version
- ./bootstrap
diff --git a/strata/core/patch.morph b/strata/core/patch.morph
index 48c9c437..b7f146ef 100644
--- a/strata/core/patch.morph
+++ b/strata/core/patch.morph
@@ -2,5 +2,4 @@ name: patch
kind: chunk
build-system: autotools
pre-configure-commands:
-- echo "2.7.1" > .tarball-version
- ./bootstrap --skip-po
diff --git a/strata/core/util-linux.morph b/strata/core/util-linux.morph
index 290283d1..1ec7f8e2 100644
--- a/strata/core/util-linux.morph
+++ b/strata/core/util-linux.morph
@@ -2,7 +2,6 @@ name: util-linux
kind: chunk
build-system: autotools
pre-configure-commands:
-- echo "2.26.1" > .tarball-version
- ./autogen.sh
configure-commands:
# Installing to /bin so that they overwrite busybox login.