summaryrefslogtreecommitdiff
path: root/tests/show-dependencies.setup
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 17:14:28 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 16:43:17 +0000
commit1ae4b3d77bdf7f666c7817346baf08129a6247f3 (patch)
tree0e7fb3cd057bc3f7b971a79dad897d1205945e32 /tests/show-dependencies.setup
parent79eb63a0669842e2d8eff43f42683ed9ce28383a (diff)
downloadmorph-1ae4b3d77bdf7f666c7817346baf08129a6247f3.tar.gz
Remove support for Baserock definitions format versions 0, 1 and 2
The previous release of the Baserock reference systems (baserock-15.25 tag) used Baserock definitions version 3, so this version of Morph can still build the last release of the Baserock reference systems. In the course of fixing up the cmdtest tests to use version 5 definitions, I removed a couple of bits of redundant code. Change-Id: If9d480aa966d2ea5939cf04351f3d488cccea67f
Diffstat (limited to 'tests/show-dependencies.setup')
-rwxr-xr-xtests/show-dependencies.setup26
1 files changed, 4 insertions, 22 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index 38a76722..366da8ad 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -24,16 +24,9 @@ mkdir "$repo"
cd "$repo"
git init --quiet
-# Add a single source file to simulate compiling
-cat <<EOF > hello.c
-#include <stdio.h>
-int main(void)
-{
- puts("hello, world");
- return 0;
-}
-EOF
-git add hello.c
+echo 'version: 5' > VERSION
+git add VERSION
+git commit --quiet -m "add VERSION file"
# Define a couple of chunk morphologies for the GTK stack
gtkcomponents=(freetype fontconfig cairo pango glib gdk-pixbuf gtk
@@ -52,7 +45,7 @@ install-commands:
EOF
git add $component.morph
done
-git commit --quiet -m "add .c source file and GTK chunk morphologies"
+git commit --quiet -m "add GTK chunk morphologies"
# Define a stratum for the GTK stack
cat <<EOF > gtk-stack.morph
@@ -114,17 +107,6 @@ EOF
git add gtk-stack.morph
git commit --quiet -m "add gtk-stack.morph stratum"
-# Add a single source file to simulate compiling
-cat <<EOF > hello.c
-#include <stdio.h>
-int main(void)
-{
- puts("hello, world");
- return 0;
-}
-EOF
-git add hello.c
-
# Define a couple of chunk morphologies for the GTK stack
xfcecomponents=(xfce4-dev-tools libxfce4util libxfce4ui exo xfconf garcon
thunar tumbler xfce4-panel xfce4-settings xfce4-session