summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/bluetooth.morph7
-rw-r--r--strata/bluetooth/bluez-tools.morph10
2 files changed, 3 insertions, 14 deletions
diff --git a/strata/bluetooth.morph b/strata/bluetooth.morph
index 70afb597..c559f8f0 100644
--- a/strata/bluetooth.morph
+++ b/strata/bluetooth.morph
@@ -25,10 +25,9 @@ chunks:
- name: bluez-tools
morph: strata/bluetooth/bluez-tools.morph
repo: upstream:bluez-tools
- ref: 7350787e96a6ecf2cc5d4afddb3321ccad9fa461
- unpetrify-ref: baserock/morph
- build-depends:
- - dbus-glib
+ ref: 193ad6bb3db7ed2ba6b93c1ab4e1e592985e5b90
+ unpetrify-ref: master
+ build-system: autotools
- name: obexd
repo: upstream:obexd
ref: 4225280022c206762c91beee47c62d05e1baeacc
diff --git a/strata/bluetooth/bluez-tools.morph b/strata/bluetooth/bluez-tools.morph
deleted file mode 100644
index 80e47ef5..00000000
--- a/strata/bluetooth/bluez-tools.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: bluez-tools
-kind: chunk
-description: A set of tools to manage Bluetooth devices for Linux
-build-system: autotools
-configure-commands:
-- sed -i -e 's/-lreadline/-lreadline -lncurses/g' configure.ac
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --disable-obex
-build-commands:
-- LDFLAGS="$LDFLAGS -lncurses" make