diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-04-28 12:03:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-03 11:43:52 +0100 |
commit | dbdf1ed58d393f564e9333272383d813eba50059 (patch) | |
tree | c034a29624f63dbb8747a6edef04ed41410c3e34 /meta | |
parent | 11981a5c591c22fe4e08fa9c6ac855a371da2f1f (diff) | |
download | poky-dbdf1ed58d393f564e9333272383d813eba50059.tar.gz |
bluez: remove bluez4 recipes
BlueZ 4.x and associated recipes
are now obsolete.
(bluez4,bluez-hcidump, gst-plugin-bluetooth).
Will be moved into recipes-connectivity
collection of meta-openembedded.
BlueZ 4.x is still usable in poky/YP.
(From OE-Core rev: 7d298ecf733c1698e9f42ba79937eca394930b55)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
13 files changed, 0 insertions, 456 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch b/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch deleted file mode 100644 index 0c77f1a20d..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-hcidump-2.5/obsolete_automake_macros.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Upstream-Status: Pending [package obsolete/not maintained by upstream] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd bluez-hcidump-2.5/configure.ac bluez-hcidump-2.5/configure.ac | ||
5 | --- bluez-hcidump-2.5/configure.ac 2012-11-30 10:29:41.000000000 +0200 | ||
6 | +++ bluez-hcidump-2.5/configure.ac 2013-01-12 10:02:10.609511463 +0200 | ||
7 | @@ -2,7 +2,7 @@ | ||
8 | AC_INIT(bluez-hcidump, 2.5) | ||
9 | |||
10 | AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | |||
14 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb deleted file mode 100644 index 3950630a86..0000000000 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool" | ||
2 | DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ | ||
3 | and displays the commands, events and data in a human-readable form." | ||
4 | |||
5 | SECTION = "console" | ||
6 | # hcidump was integrated into bluez5 | ||
7 | DEPENDS = "bluez4" | ||
8 | RCONFLICTS_${PN} = "bluez5" | ||
9 | LICENSE = "GPLv2+" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
11 | file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" | ||
12 | PR = "r1" | ||
13 | |||
14 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \ | ||
15 | file://obsolete_automake_macros.patch \ | ||
16 | " | ||
17 | |||
18 | SRC_URI[md5sum] = "2eab54bbd2b59a2ed4274ebb9390cf18" | ||
19 | SRC_URI[sha256sum] = "9b7c52b375081883738cf049ecabc103b97d094b19c6544fb241267905d88881" | ||
20 | S = "${WORKDIR}/bluez-hcidump-${PV}" | ||
21 | |||
22 | inherit autotools | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf deleted file mode 100644 index ca5e9e4f2f..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/bluetooth.conf +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <!-- This configuration file specifies the required security policies | ||
2 | for Bluetooth core daemon to work. --> | ||
3 | |||
4 | <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | ||
5 | "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | ||
6 | <busconfig> | ||
7 | |||
8 | <!-- ../system.conf have denied everything, so we just punch some holes --> | ||
9 | |||
10 | <policy context="default"> | ||
11 | <allow own="org.bluez"/> | ||
12 | <allow send_destination="org.bluez"/> | ||
13 | <allow send_interface="org.bluez.Agent"/> | ||
14 | </policy> | ||
15 | |||
16 | </busconfig> | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/fix-udev-paths.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/fix-udev-paths.patch deleted file mode 100644 index 80899148ee..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/fix-udev-paths.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | Add udevdir/udevrulesdir options | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> | ||
5 | |||
6 | Index: bluez-4.101/Makefile.am | ||
7 | =================================================================== | ||
8 | --- bluez-4.101.orig/Makefile.am | ||
9 | +++ bluez-4.101/Makefile.am | ||
10 | @@ -395,7 +395,7 @@ EXTRA_DIST += audio/bluetooth.conf | ||
11 | include Makefile.tools | ||
12 | |||
13 | if DATAFILES | ||
14 | -rulesdir = @UDEV_DIR@/rules.d | ||
15 | +rulesdir = @UDEV_RULES_DIR@ | ||
16 | |||
17 | udev_files = | ||
18 | |||
19 | Index: bluez-4.101/configure.ac | ||
20 | =================================================================== | ||
21 | --- bluez-4.101.orig/configure.ac | ||
22 | +++ bluez-4.101/configure.ac | ||
23 | @@ -61,4 +61,14 @@ if (test -n "${path_systemdunit}"); then | ||
24 | fi | ||
25 | AM_CONDITIONAL(SYSTEMD, test -n "${path_systemdunit}") | ||
26 | |||
27 | +AC_ARG_WITH([udevdir], | ||
28 | + AS_HELP_STRING([--with-udevdir=DIR], [udev directory]), | ||
29 | + [], [with_udevdir=/lib/udev/]) | ||
30 | +AC_SUBST([UDEV_DIR], [$with_udevdir]) | ||
31 | + | ||
32 | +AC_ARG_WITH([udevrulesdir], | ||
33 | + AS_HELP_STRING([--with-udevrulesdir=DIR], [udev rules directory]), | ||
34 | + [], [with_udevrulesdir=/lib/udev/rules.d]) | ||
35 | +AC_SUBST([UDEV_RULES_DIR], [$with_udevrulesdir]) | ||
36 | + | ||
37 | AC_OUTPUT(Makefile doc/version.xml src/bluetoothd.8 src/bluetooth.service bluez.pc) | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/fix_encrypt_collision.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/fix_encrypt_collision.patch deleted file mode 100644 index 1bc390f35a..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/fix_encrypt_collision.patch +++ /dev/null | |||
@@ -1,110 +0,0 @@ | |||
1 | Avoid namepspace collision with encrypt function from libc | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
6 | Index: bluez-4.101/test/l2test.c | ||
7 | =================================================================== | ||
8 | --- bluez-4.101.orig/test/l2test.c | ||
9 | +++ bluez-4.101/test/l2test.c | ||
10 | @@ -107,7 +107,7 @@ static char *filename = NULL; | ||
11 | static int rfcmode = 0; | ||
12 | static int master = 0; | ||
13 | static int auth = 0; | ||
14 | -static int encrypt = 0; | ||
15 | +static int encryption_request = 0; | ||
16 | static int secure = 0; | ||
17 | static int socktype = SOCK_SEQPACKET; | ||
18 | static int linger = 0; | ||
19 | @@ -340,7 +340,7 @@ static int do_connect(char *svr) | ||
20 | opt |= L2CAP_LM_MASTER; | ||
21 | if (auth) | ||
22 | opt |= L2CAP_LM_AUTH; | ||
23 | - if (encrypt) | ||
24 | + if (encryption_request) | ||
25 | opt |= L2CAP_LM_ENCRYPT; | ||
26 | if (secure) | ||
27 | opt |= L2CAP_LM_SECURE; | ||
28 | @@ -475,7 +475,7 @@ static void do_listen(void (*handler)(in | ||
29 | opt |= L2CAP_LM_MASTER; | ||
30 | if (auth) | ||
31 | opt |= L2CAP_LM_AUTH; | ||
32 | - if (encrypt) | ||
33 | + if (encryption_request) | ||
34 | opt |= L2CAP_LM_ENCRYPT; | ||
35 | if (secure) | ||
36 | opt |= L2CAP_LM_SECURE; | ||
37 | @@ -1407,7 +1407,7 @@ int main(int argc, char *argv[]) | ||
38 | break; | ||
39 | |||
40 | case 'E': | ||
41 | - encrypt = 1; | ||
42 | + encryption_request = 1; | ||
43 | break; | ||
44 | |||
45 | case 'S': | ||
46 | Index: bluez-4.101/test/rctest.c | ||
47 | =================================================================== | ||
48 | --- bluez-4.101.orig/test/rctest.c | ||
49 | +++ bluez-4.101/test/rctest.c | ||
50 | @@ -79,7 +79,7 @@ static char *filename = NULL; | ||
51 | |||
52 | static int master = 0; | ||
53 | static int auth = 0; | ||
54 | -static int encrypt = 0; | ||
55 | +static int encryption_request = 0; | ||
56 | static int secure = 0; | ||
57 | static int socktype = SOCK_STREAM; | ||
58 | static int linger = 0; | ||
59 | @@ -200,7 +200,7 @@ static int do_connect(const char *svr) | ||
60 | opt |= RFCOMM_LM_MASTER; | ||
61 | if (auth) | ||
62 | opt |= RFCOMM_LM_AUTH; | ||
63 | - if (encrypt) | ||
64 | + if (encryption_request) | ||
65 | opt |= RFCOMM_LM_ENCRYPT; | ||
66 | if (secure) | ||
67 | opt |= RFCOMM_LM_SECURE; | ||
68 | @@ -291,7 +291,7 @@ static void do_listen(void (*handler)(in | ||
69 | opt |= RFCOMM_LM_MASTER; | ||
70 | if (auth) | ||
71 | opt |= RFCOMM_LM_AUTH; | ||
72 | - if (encrypt) | ||
73 | + if (encryption_request) | ||
74 | opt |= RFCOMM_LM_ENCRYPT; | ||
75 | if (secure) | ||
76 | opt |= RFCOMM_LM_SECURE; | ||
77 | @@ -701,7 +701,7 @@ int main(int argc, char *argv[]) | ||
78 | break; | ||
79 | |||
80 | case 'E': | ||
81 | - encrypt = 1; | ||
82 | + encryption_request = 1; | ||
83 | break; | ||
84 | |||
85 | case 'S': | ||
86 | Index: bluez-4.101/src/textfile.h | ||
87 | =================================================================== | ||
88 | --- bluez-4.101.orig/src/textfile.h | ||
89 | +++ bluez-4.101/src/textfile.h | ||
90 | @@ -24,6 +24,8 @@ | ||
91 | #ifndef __TEXTFILE_H | ||
92 | #define __TEXTFILE_H | ||
93 | |||
94 | +#include <sys/types.h> | ||
95 | + | ||
96 | int create_dirs(const char *filename, const mode_t mode); | ||
97 | int create_file(const char *filename, const mode_t mode); | ||
98 | int create_name(char *buf, size_t size, const char *path, | ||
99 | Index: bluez-4.101/test/attest.c | ||
100 | =================================================================== | ||
101 | --- bluez-4.101.orig/test/attest.c | ||
102 | +++ bluez-4.101/test/attest.c | ||
103 | @@ -34,6 +34,7 @@ | ||
104 | #include <termios.h> | ||
105 | #include <sys/ioctl.h> | ||
106 | #include <sys/socket.h> | ||
107 | +#include <sys/select.h> | ||
108 | |||
109 | #include <bluetooth/bluetooth.h> | ||
110 | #include <bluetooth/rfcomm.h> | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch deleted file mode 100644 index 23f7d999b3..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/install-test-script.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate | ||
2 | |||
3 | Install the bluez's test scripts | ||
4 | |||
5 | Signed-off-by: Zhong Hongbo <hongbo.zhong@windriver.com> | ||
6 | diff -Nurd bluez-4.101.orig/Makefile.tools bluez-4.101/Makefile.tools | ||
7 | --- bluez-4.101.orig/Makefile.tools 2013-11-19 15:49:07.688838000 +0800 | ||
8 | +++ bluez-4.101/Makefile.tools 2013-11-19 15:50:09.256837848 +0800 | ||
9 | @@ -227,6 +227,17 @@ | ||
10 | test/service-spp.xml test/service-opp.xml test/service-ftp.xml \ | ||
11 | test/simple-player test/test-nap | ||
12 | |||
13 | +bluez4_testdir = $(libdir)/bluez4/test/ | ||
14 | +dist_bluez4_test_SCRIPTS = test/sap-client test/hsplay test/hsmicro \ | ||
15 | + test/monitor-bluetooth test/list-devices \ | ||
16 | + test/test-discovery test/test-manager test/test-adapter \ | ||
17 | + test/test-device test/test-service test/test-serial \ | ||
18 | + test/test-telephony test/test-network test/simple-agent \ | ||
19 | + test/simple-service test/simple-endpoint test/test-audio \ | ||
20 | + test/test-input test/test-sap-server test/test-oob \ | ||
21 | + test/test-attrib test/test-proximity test/test-thermometer \ | ||
22 | + test/test-serial-proxy test/test-health test/test-health-sink \ | ||
23 | + test/simple-player test/test-nap | ||
24 | if HIDD | ||
25 | bin_PROGRAMS += compat/hidd | ||
26 | |||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/network-fix-network-Connect-method-parameters.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/network-fix-network-Connect-method-parameters.patch deleted file mode 100644 index 37f919926e..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/network-fix-network-Connect-method-parameters.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | Signed-off-by: Peter A. Bigot <pab@pabigot.com> | ||
3 | |||
4 | From 57170b311f1468330f4a9961dc0b3ac45f97bc13 Mon Sep 17 00:00:00 2001 | ||
5 | From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> | ||
6 | Date: Sat, 30 Jun 2012 00:39:05 -0300 | ||
7 | Subject: [PATCH] network: fix network Connect() method parameters | ||
8 | |||
9 | --- | ||
10 | network/connection.c | 4 +++- | ||
11 | 1 file changed, 3 insertions(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/network/connection.c b/network/connection.c | ||
14 | index 544ec3a..59423a9 100644 | ||
15 | --- a/network/connection.c | ||
16 | +++ b/network/connection.c | ||
17 | @@ -554,7 +554,9 @@ static void path_unregister(void *data) | ||
18 | |||
19 | static const GDBusMethodTable connection_methods[] = { | ||
20 | { GDBUS_ASYNC_METHOD("Connect", | ||
21 | - NULL, NULL, connection_connect) }, | ||
22 | + GDBUS_ARGS({"uuid", "s"}), | ||
23 | + GDBUS_ARGS({"interface", "s"}), | ||
24 | + connection_connect) }, | ||
25 | { GDBUS_METHOD("Disconnect", | ||
26 | NULL, NULL, connection_disconnect) }, | ||
27 | { GDBUS_METHOD("GetProperties", | ||
28 | -- | ||
29 | 1.7.9.5 | ||
30 | |||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch deleted file mode 100644 index 1068f2482a..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/obsolete_automake_macros.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd bluez-4.101/configure.ac bluez-4.101/configure.ac | ||
5 | --- bluez-4.101/configure.ac 2012-06-22 19:36:49.000000000 +0300 | ||
6 | +++ bluez-4.101/configure.ac 2013-01-07 06:13:18.385888966 +0200 | ||
7 | @@ -2,7 +2,7 @@ | ||
8 | AC_INIT(bluez, 4.101) | ||
9 | |||
10 | AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | |||
14 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch deleted file mode 100644 index 98fab458b0..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/sbc_mmx.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | on x86 and x86_64 gcc 4.7 complains | ||
2 | |||
3 | sbc/sbc_primitives_mmx.c: In function 'sbc_calc_scalefactors_mmx': | ||
4 | sbc/sbc_primitives_mmx.c:294:4: warning: asm operand 2 probably doesn't match constraints [enabled by default] | ||
5 | sbc/sbc_primitives_mmx.c:294:4: error: impossible constraint in 'asm' | ||
6 | |||
7 | This patch is taken from https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/911871 | ||
8 | |||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | |||
11 | Upstream-Status: Pending | ||
12 | Index: bluez-4.98/sbc/sbc_primitives_mmx.c | ||
13 | =================================================================== | ||
14 | --- bluez-4.98.orig/sbc/sbc_primitives_mmx.c 2011-12-21 14:53:54.000000000 -0800 | ||
15 | +++ bluez-4.98/sbc/sbc_primitives_mmx.c 2012-02-24 10:07:03.422073800 -0800 | ||
16 | @@ -318,7 +318,7 @@ | ||
17 | "movl %k0, 4(%3)\n" | ||
18 | : "+r" (blk) | ||
19 | : "r" (&sb_sample_f[0][ch][sb]), | ||
20 | - "i" ((char *) &sb_sample_f[1][0][0] - | ||
21 | + "r" ((char *) &sb_sample_f[1][0][0] - | ||
22 | (char *) &sb_sample_f[0][0][0]), | ||
23 | "r" (&scale_factor[ch][sb]), | ||
24 | "r" (&consts), | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch b/meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch deleted file mode 100644 index 37037f52e3..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4-4.101/use-legacy-pygobject-instead-ofgobject-introspection.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate | ||
2 | |||
3 | use legacy pygobject instead of gobject-introspection | ||
4 | |||
5 | Signed-off-by: Zhong Hongbo <hongbo.zhong@windriver.com> | ||
6 | --- | ||
7 | diff -Nurd bluez-4.101.orig/test/simple-agent bluez-4.101/test/simple-agent | ||
8 | --- bluez-4.101.orig/test/simple-agent 2013-11-13 17:14:08.138118159 +0800 | ||
9 | +++ bluez-4.101/test/simple-agent 2013-11-13 17:14:29.034118107 +0800 | ||
10 | @@ -2,7 +2,7 @@ | ||
11 | |||
12 | from __future__ import absolute_import, print_function, unicode_literals | ||
13 | |||
14 | -from gi.repository import GObject | ||
15 | +import gobject | ||
16 | |||
17 | import sys | ||
18 | import dbus | ||
19 | @@ -122,7 +122,7 @@ | ||
20 | path = "/test/agent" | ||
21 | agent = Agent(bus, path) | ||
22 | |||
23 | - mainloop = GObject.MainLoop() | ||
24 | + mainloop = gobject.MainLoop() | ||
25 | |||
26 | if len(args) > 1: | ||
27 | if len(args) > 2: | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc deleted file mode 100644 index 9429d0a4d4..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4.inc +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | SUMMARY = "Linux Bluetooth Stack Userland V4" | ||
2 | DESCRIPTION = "Linux Bluetooth stack V4 userland components. These include a system configurations, daemons, tools and system libraries." | ||
3 | HOMEPAGE = "http://www.bluez.org" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "GPLv2+ & LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | ||
7 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ | ||
8 | file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \ | ||
9 | file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191" | ||
10 | DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline libsndfile1" | ||
11 | RDEPENDS_${PN}-dev = "bluez-hcidump" | ||
12 | |||
13 | PACKAGECONFIG ??= "\ | ||
14 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}\ | ||
15 | ${@bb.utils.contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\ | ||
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd','systemd', '', d)} \ | ||
17 | " | ||
18 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | ||
19 | PACKAGECONFIG[pie] = "--enable-pie,--disable-pie," | ||
20 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/,--with-systemdunitdir=" | ||
21 | |||
22 | ASNEEDED = "" | ||
23 | |||
24 | SRC_URI = "\ | ||
25 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \ | ||
26 | " | ||
27 | S = "${WORKDIR}/bluez-${PV}" | ||
28 | |||
29 | inherit autotools-brokensep pkgconfig systemd | ||
30 | |||
31 | EXTRA_OECONF = "\ | ||
32 | --disable-gstreamer \ | ||
33 | --enable-usb \ | ||
34 | --enable-tools \ | ||
35 | --enable-bccmd \ | ||
36 | --enable-hid2hci \ | ||
37 | --enable-dfutool \ | ||
38 | --disable-hidd \ | ||
39 | --disable-pand \ | ||
40 | --disable-dund \ | ||
41 | --disable-cups \ | ||
42 | --enable-test \ | ||
43 | --enable-datafiles \ | ||
44 | --with-udevdir=`pkg-config --variable=udevdir udev` \ | ||
45 | --with-udevrulesdir=`pkg-config --variable=udevdir udev`/rules.d \ | ||
46 | " | ||
47 | |||
48 | EXCLUDE_FROM_WORLD = "1" | ||
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb deleted file mode 100644 index 102392357e..0000000000 --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | require bluez4.inc | ||
2 | |||
3 | PR = "r11" | ||
4 | |||
5 | SRC_URI += "file://bluetooth.conf \ | ||
6 | file://sbc_mmx.patch \ | ||
7 | file://fix-udev-paths.patch \ | ||
8 | file://obsolete_automake_macros.patch \ | ||
9 | file://network-fix-network-Connect-method-parameters.patch \ | ||
10 | file://install-test-script.patch \ | ||
11 | file://use-legacy-pygobject-instead-ofgobject-introspection.patch \ | ||
12 | file://fix_encrypt_collision.patch \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" | ||
16 | SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" | ||
17 | |||
18 | RCONFLICTS_${PN} = "bluez5" | ||
19 | |||
20 | do_install_append() { | ||
21 | install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ | ||
22 | install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ | ||
23 | install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ | ||
24 | # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT | ||
25 | install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ | ||
26 | } | ||
27 | |||
28 | RDEPENDS_${PN}-dev = "bluez-hcidump" | ||
29 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" | ||
30 | |||
31 | ALLOW_EMPTY_libasound-module-bluez = "1" | ||
32 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools" | ||
33 | |||
34 | FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa" | ||
35 | FILES_${PN} += "${libdir}/bluetooth/plugins ${libdir}/bluetooth/plugins/*.so ${base_libdir}/udev/ ${nonarch_base_libdir}/udev/ ${systemd_unitdir}/ ${datadir}/dbus-1" | ||
36 | FILES_${PN}-dev += "\ | ||
37 | ${libdir}/bluetooth/plugins/*.la \ | ||
38 | ${libdir}/alsa-lib/*.la \ | ||
39 | " | ||
40 | |||
41 | FILES_${PN}-testtools = "${libdir}/bluez4/test/*" | ||
42 | |||
43 | FILES_${PN}-dbg += "\ | ||
44 | ${libdir}/bluetooth/plugins/.debug \ | ||
45 | ${libdir}/*/.debug \ | ||
46 | */udev/.debug \ | ||
47 | " | ||
48 | |||
49 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | ||
diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb deleted file mode 100644 index c71d61253a..0000000000 --- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | require bluez4.inc | ||
2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | ||
3 | |||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" | ||
7 | SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" | ||
8 | |||
9 | DEPENDS = "bluez4 gst-plugins-base" | ||
10 | |||
11 | EXTRA_OECONF = "\ | ||
12 | --enable-gstreamer \ | ||
13 | " | ||
14 | |||
15 | # clean unwanted files | ||
16 | do_install_append() { | ||
17 | rm -rf ${D}${bindir} | ||
18 | rm -rf ${D}${sbindir} | ||
19 | rm -f ${D}${libdir}/lib* | ||
20 | rm -rf ${D}${libdir}/pkgconfig | ||
21 | rm -rf ${D}${sysconfdir} | ||
22 | rm -rf ${D}${base_libdir} | ||
23 | rm -rf ${D}${libdir}/bluetooth | ||
24 | rm -rf ${D}${localstatedir} | ||
25 | rm -rf ${D}${libdir}/alsa-lib | ||
26 | rm -rf ${D}${datadir} | ||
27 | rm -rf ${D}${includedir} | ||
28 | rm -rf ${D}${nonarch_base_libdir} | ||
29 | } | ||
30 | |||
31 | FILES_${PN} = "${libdir}/gstreamer-0.10/lib*.so" | ||
32 | FILES_${PN}-dev += "\ | ||
33 | ${libdir}/gstreamer-0.10/*.la \ | ||
34 | " | ||
35 | |||
36 | FILES_${PN}-dbg += "\ | ||
37 | ${libdir}/*/.debug \ | ||
38 | " | ||
39 | |||