summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-07-23 11:22:01 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-07-29 14:19:35 +0000
commit162ddce09f39d7b1854836aaf81fbfb1db3dbce4 (patch)
tree7f4a3e58f30cdf4e99e45a3bc270f68efdc9fcb2
parentd9a4e465f84d5b586dd804928e28fc496fc0e99b (diff)
downloaddefinitions-162ddce09f39d7b1854836aaf81fbfb1db3dbce4.tar.gz
WIP: Add grep to coreutils-common
We need to fix gnulib submoudle before merging. Change-Id: I87b8069f4a54ea0df404a84acf7633fa19b51491
-rw-r--r--strata/coreutils-common.morph5
-rw-r--r--strata/coreutils-common/grep.morph7
2 files changed, 12 insertions, 0 deletions
diff --git a/strata/coreutils-common.morph b/strata/coreutils-common.morph
index 2ad2d866..7174b657 100644
--- a/strata/coreutils-common.morph
+++ b/strata/coreutils-common.morph
@@ -38,3 +38,8 @@ chunks:
repo: upstream:findutils
ref: ee6b25541336f9d74624ca814538ddc8c67f0732
unpetrify-ref: baserock/v4.5.14
+- name: grep
+ morph: strata/coreutils-common/grep.morph
+ repo: upstream:grep
+ ref: d930f765041bb2ad936056ddfdad60042d44bd9d
+ unpetrify-ref: v2.21
diff --git a/strata/coreutils-common/grep.morph b/strata/coreutils-common/grep.morph
new file mode 100644
index 00000000..7bd775a9
--- /dev/null
+++ b/strata/coreutils-common/grep.morph
@@ -0,0 +1,7 @@
+name: grep
+kind: chunk
+build-system: autotools
+configure-commands:
+- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+- bash bootstrap --skip-po
+- ./configure --prefix= --disable-gcc-warnings