summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-18 14:25:28 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2018-07-25 10:39:27 +0100
commita71285febaa039bf0c4508b0c8afb981808a7555 (patch)
treee915fe121230d1468aa399103916bb41efea751c
parent1b4f6edf42b32ab0da020888aeba65283adef60d (diff)
downloaddefinitions-a71285febaa039bf0c4508b0c8afb981808a7555.tar.gz
Remove coreutils-common stack
Only coreutils.bst is used in another element, remove unnecessary elements.
-rw-r--r--elements/coreutils-common.bst13
-rw-r--r--elements/coreutils-common/diff.bst17
-rw-r--r--elements/coreutils-common/findutils.bst11
-rw-r--r--elements/coreutils-common/jq.bst8
-rw-r--r--elements/coreutils-common/less.bst8
-rw-r--r--elements/coreutils-common/sed.bst17
-rw-r--r--elements/coreutils-common/tar.bst21
-rw-r--r--elements/coreutils.bst (renamed from elements/coreutils-common/coreutils.bst)0
-rw-r--r--elements/deploy-tools.bst2
9 files changed, 1 insertions, 96 deletions
diff --git a/elements/coreutils-common.bst b/elements/coreutils-common.bst
deleted file mode 100644
index b10dbed2..00000000
--- a/elements/coreutils-common.bst
+++ /dev/null
@@ -1,13 +0,0 @@
-kind: stack
-description: |-
- We need to split this so we can build stuff using coreutils but we can not
- having it in the final systems (for example in genivi ones that do not
- accept GPLv3 code)
-depends:
-- coreutils-common/coreutils.bst
-- coreutils-common/sed.bst
-- coreutils-common/diff.bst
-- coreutils-common/tar.bst
-- coreutils-common/findutils.bst
-- coreutils-common/less.bst
-- coreutils-common/jq.bst
diff --git a/elements/coreutils-common/diff.bst b/elements/coreutils-common/diff.bst
deleted file mode 100644
index edbc7aaf..00000000
--- a/elements/coreutils-common/diff.bst
+++ /dev/null
@@ -1,17 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-- coreutils-common/coreutils.bst
-sources:
-- kind: git
- url: upstream:diffutils
- track: baserock/v3.3
- ref: bd86eb1a1e87ab85a7c8dbb658fa829ce69c252e
- submodules:
- gnulib:
- url: upstream:gnulib
-config:
- configure-commands:
- - sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
- - ./configure --prefix="%{prefix}" --disable-gcc-warnings
diff --git a/elements/coreutils-common/findutils.bst b/elements/coreutils-common/findutils.bst
deleted file mode 100644
index 85e6b52b..00000000
--- a/elements/coreutils-common/findutils.bst
+++ /dev/null
@@ -1,11 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-sources:
-- kind: git
- url: upstream:findutils
- track: v4.6.0
- ref: 992a6b62ab8061531dc0ad40325b8e4c222fce66
- submodules:
- gnulib:
- url: upstream:gnulib
diff --git a/elements/coreutils-common/jq.bst b/elements/coreutils-common/jq.bst
deleted file mode 100644
index fff95f60..00000000
--- a/elements/coreutils-common/jq.bst
+++ /dev/null
@@ -1,8 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-sources:
-- kind: git
- url: upstream:jq
- track: jq-1.5
- ref: a5b5cbefb83935ce95ec62b9cadc8ec73026d33a
diff --git a/elements/coreutils-common/less.bst b/elements/coreutils-common/less.bst
deleted file mode 100644
index d960080c..00000000
--- a/elements/coreutils-common/less.bst
+++ /dev/null
@@ -1,8 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-sources:
-- kind: git
- url: upstream:less
- track: baserock/morph
- ref: 09a405d8f652b56944c93ebf5c673cdfe5319b04
diff --git a/elements/coreutils-common/sed.bst b/elements/coreutils-common/sed.bst
deleted file mode 100644
index c2ee9626..00000000
--- a/elements/coreutils-common/sed.bst
+++ /dev/null
@@ -1,17 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-- coreutils-common/coreutils.bst
-sources:
-- kind: git
- url: upstream:sed
- track: baserock/morph
- ref: ed4b1d7c04f92b330b940d4f0d02cd51d2473ce9
- submodules:
- gnulib:
- url: upstream:gnulib
-config:
- configure-commands:
- - sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
- - ./configure --prefix="%{prefix}" --disable-gcc-warnings
diff --git a/elements/coreutils-common/tar.bst b/elements/coreutils-common/tar.bst
deleted file mode 100644
index 22ac46a3..00000000
--- a/elements/coreutils-common/tar.bst
+++ /dev/null
@@ -1,21 +0,0 @@
-kind: autotools
-depends:
-- core.bst
-- coreutils-common/coreutils.bst
-sources:
-- kind: git
- url: upstream:tar
- track: baserock/release_1_29
- ref: 20b55f0679d314568ec21ae6db1ea635494e292b
- submodules:
- gnulib:
- url: upstream:gnulib
- paxutils:
- url: upstream:paxutils
-config:
- configure-commands:
- - bash bootstrap --skip-po --gnulib-srcdir="$(pwd)/gnulib"
- - |
- `# [1]` env FORCE_UNSAFE_CONFIGURE=1 \
- ./configure --prefix="%{prefix}" \
- `# [2]` --disable-gcc-warnings
diff --git a/elements/coreutils-common/coreutils.bst b/elements/coreutils.bst
index 26f4b51f..26f4b51f 100644
--- a/elements/coreutils-common/coreutils.bst
+++ b/elements/coreutils.bst
diff --git a/elements/deploy-tools.bst b/elements/deploy-tools.bst
index 84de2e7f..1c8d7c42 100644
--- a/elements/deploy-tools.bst
+++ b/elements/deploy-tools.bst
@@ -3,7 +3,7 @@ description: Deployment tooling
depends:
- core/e2fsprogs.bst
-- coreutils-common/coreutils.bst
+- coreutils.bst
- deploy-tools/mtools.bst
- deploy-tools/parted.bst
- bsp-generic/nasm.bst