summaryrefslogtreecommitdiff
path: root/strata/connman-common
diff options
context:
space:
mode:
Diffstat (limited to 'strata/connman-common')
-rw-r--r--strata/connman-common/connman.morph6
-rw-r--r--strata/connman-common/ofono.morph11
2 files changed, 0 insertions, 17 deletions
diff --git a/strata/connman-common/connman.morph b/strata/connman-common/connman.morph
deleted file mode 100644
index e468bc49..00000000
--- a/strata/connman-common/connman.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: connman
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./bootstrap
-- ./configure --prefix="$PREFIX" --disable-wispr --disable-client LIBS=-lncurses
diff --git a/strata/connman-common/ofono.morph b/strata/connman-common/ofono.morph
deleted file mode 100644
index a775b0c1..00000000
--- a/strata/connman-common/ofono.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: ofono
-kind: chunk
-description: ofono Open Source Telephony
-build-system: autotools
-configure-commands:
-- autoreconf -ivf
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
-install-commands:
-- make install
-- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
-- ln -s /lib/systemd/system/ofono.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/ofono.service"