From 40035b31f852956eed5aedd75b8cdddea043f447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 21 Jul 2016 22:23:04 +0100 Subject: strata/bluetooth.morph: Update to a modern version of bluez-tools Change-Id: I9d0022259f6bbfab11b20e660d0d7bd424e3a710 --- strata/bluetooth.morph | 7 +++---- strata/bluetooth/bluez-tools.morph | 10 ---------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 strata/bluetooth/bluez-tools.morph 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 -- cgit v1.2.1