summaryrefslogtreecommitdiff
path: root/strata/tools/parted.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/parted.morph')
-rw-r--r--strata/tools/parted.morph12
1 files changed, 0 insertions, 12 deletions
diff --git a/strata/tools/parted.morph b/strata/tools/parted.morph
deleted file mode 100644
index 0f279950..00000000
--- a/strata/tools/parted.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-name: parted
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- sed -i -e '/^buildreq="/,/^"/{/perl/d}' bootstrap.conf
-- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
-configure-commands:
-# Disable device-mapper as it is not installed on Baserock
-- ./configure --prefix="$PREFIX" --disable-device-mapper
-build-commands:
-- make WERROR_CFLAGS=""