summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-01-29 19:37:50 +0000
committerPhil Blundell <philb@gnu.org>2005-01-29 19:37:50 +0000
commite471173ff5b7e867af478310bc3032236df0e57b (patch)
tree763840778b855020b9ce0d5ec0a15d4df921fd1c
parent8f4cb3f7a77ba5171b4e558259aa199722a07d9c (diff)
update bluez-utils to 2.14
BKrev: 41fbe60eCDDBdhj-TTx_aY3Dd5pw3A
-rw-r--r--packages/bluez-utils/bluez-utils-common_2.14.inc (renamed from packages/bluez-utils/bluez-utils-dbus-2.10/dbus.patch)0
-rw-r--r--packages/bluez-utils/bluez-utils-dbus-2.11/dbus.patch52
-rw-r--r--packages/bluez-utils/bluez-utils-dbus/dbus.patch (renamed from packages/bluez-utils/bluez-utils-dbus-2.13/dbus.patch)0
-rw-r--r--packages/bluez-utils/bluez-utils-dbus/smash.patch (renamed from packages/bluez-utils/bluez-utils-dbus-2.11/smash.patch)0
-rw-r--r--packages/bluez-utils/bluez-utils-dbus_2.14.bb (renamed from packages/bluez-utils/bluez-utils-dbus-2.13/smash.patch)0
-rw-r--r--packages/bluez-utils/bluez-utils-nodbus_2.14.bb0
6 files changed, 0 insertions, 52 deletions
diff --git a/packages/bluez-utils/bluez-utils-dbus-2.10/dbus.patch b/packages/bluez-utils/bluez-utils-common_2.14.inc
index e69de29bb2..e69de29bb2 100644
--- a/packages/bluez-utils/bluez-utils-dbus-2.10/dbus.patch
+++ b/packages/bluez-utils/bluez-utils-common_2.14.inc
diff --git a/packages/bluez-utils/bluez-utils-dbus-2.11/dbus.patch b/packages/bluez-utils/bluez-utils-dbus-2.11/dbus.patch
deleted file mode 100644
index ecab56b7b4..0000000000
--- a/packages/bluez-utils/bluez-utils-dbus-2.11/dbus.patch
+++ /dev/null
@@ -1,52 +0,0 @@
---- bluez-utils-2.10/acinclude.m4.old 2004-10-19 22:34:47.000000000 +0100
-+++ bluez-utils-2.10/acinclude.m4 2004-10-19 22:50:47.000000000 +0100
-@@ -124,45 +124,14 @@
- ])
-
- AC_DEFUN([AC_PATH_DBUS], [
-- dbus_prefix=${prefix}
--
-- AC_ARG_WITH(dbus, AC_HELP_STRING([--with-dbus=DIR], [D-BUS library is installed in DIR]), [
-- if (test "${withval}" != "yes"); then
-- dbus_prefix=${withval}
-- fi
-- ])
--
-- ac_save_CPPFLAGS=$CPPFLAGS
-- ac_save_LDFLAGS=$LDFLAGS
--
-- DBUS_CFLAGS="-DDBUS_API_SUBJECT_TO_CHANGE"
-- test -d "${dbus_prefix}/include/dbus-1.0" && DBUS_CFLAGS="$DBUS_CFLAGS -I${dbus_prefix}/include/dbus-1.0"
-- if (test "${prefix}" = "${bluez_prefix}"); then
-- test -d "${libdir}/dbus-1.0/include" && DBUS_CFLAGS="$DBUS_CFLAGS -I${libdir}/dbus-1.0/include"
-- else
-- test -d "${dbus_prefix}/lib64/dbus-1.0/include" && DBUS_CFLAGS="$DBUS_CFLAGS -I${dbus_prefix}/lib64/dbus-1.0/include"
-- test -d "${dbus_prefix}/lib/dbus-1.0/include" && DBUS_CFLAGS="$DBUS_CFLAGS -I${dbus_prefix}/lib/dbus-1.0/include"
-- fi
--
-+ if pkg-config --exists dbus-1; then
-+ dbus_found=yes ; DBUS_CFLAGS="`pkg-config --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE"
-+ DBUS_LIBS="`pkg-config --libs dbus-1`"
- CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
-- AC_CHECK_HEADER(dbus/dbus.h, dbus_found=yes, dbus_found=no)
--
-- DBUS_LIBS=""
-- if (test "${prefix}" = "${dbus_prefix}"); then
-- test -d "${libdir}" && DBUS_LIBS="$DBUS_LIBS -L${libdir}"
-- else
-- test -d "${dbus_prefix}/lib64" && DBUS_LIBS="$DBUS_LIBS -L${dbus_prefix}/lib64"
-- test -d "${dbus_prefix}/lib" && DBUS_LIBS="$DBUS_LIBS -L${dbus_prefix}/lib"
-- fi
--
- LDFLAGS="$LDFLAGS $DBUS_LIBS"
-- AC_CHECK_LIB(dbus-1, dbus_error_init, DBUS_LIBS="$DBUS_LIBS -ldbus-1", dbus_found=no)
--
-- CPPFLAGS=$ac_save_CPPFLAGS
-- LDFLAGS=$ac_save_LDFLAGS
--
- AC_SUBST(DBUS_CFLAGS)
- AC_SUBST(DBUS_LIBS)
-+ fi
- ])
-
- AC_DEFUN([AC_ARG_BLUEZ], [
diff --git a/packages/bluez-utils/bluez-utils-dbus-2.13/dbus.patch b/packages/bluez-utils/bluez-utils-dbus/dbus.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/bluez-utils/bluez-utils-dbus-2.13/dbus.patch
+++ b/packages/bluez-utils/bluez-utils-dbus/dbus.patch
diff --git a/packages/bluez-utils/bluez-utils-dbus-2.11/smash.patch b/packages/bluez-utils/bluez-utils-dbus/smash.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/bluez-utils/bluez-utils-dbus-2.11/smash.patch
+++ b/packages/bluez-utils/bluez-utils-dbus/smash.patch
diff --git a/packages/bluez-utils/bluez-utils-dbus-2.13/smash.patch b/packages/bluez-utils/bluez-utils-dbus_2.14.bb
index e69de29bb2..e69de29bb2 100644
--- a/packages/bluez-utils/bluez-utils-dbus-2.13/smash.patch
+++ b/packages/bluez-utils/bluez-utils-dbus_2.14.bb
diff --git a/packages/bluez-utils/bluez-utils-nodbus_2.14.bb b/packages/bluez-utils/bluez-utils-nodbus_2.14.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/bluez-utils/bluez-utils-nodbus_2.14.bb