summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-21 22:23:04 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-21 22:26:08 +0100
commit40035b31f852956eed5aedd75b8cdddea043f447 (patch)
tree4f3205f8d96e59a7d4b465c3135a21c7ad792c69
parent574a4fd73fa579aabc9ecf67778b1bb87778dd9b (diff)
downloaddefinitions-40035b31f852956eed5aedd75b8cdddea043f447.tar.gz
strata/bluetooth.morph: Update to a modern version of bluez-tools
Change-Id: I9d0022259f6bbfab11b20e660d0d7bd424e3a710
-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