Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Linux Bluetooth Stack Userland V5" |
| 2 | DESCRIPTION = "Linux Bluetooth stack V5 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" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 9 | DEPENDS = "udev dbus-glib glib-2.0" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | PROVIDES += "bluez-hcidump" |
| 11 | RPROVIDES_${PN} += "bluez-hcidump" |
| 12 | |
| 13 | RCONFLICTS_${PN} = "bluez4" |
| 14 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | PACKAGECONFIG ??= "obex-profiles \ |
| 16 | readline \ |
| 17 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
| 18 | a2dp-profiles \ |
| 19 | avrcp-profiles \ |
| 20 | network-profiles \ |
| 21 | hid-profiles \ |
| 22 | hog-profiles \ |
| 23 | tools \ |
| 24 | deprecated \ |
| 25 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 26 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 27 | PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 28 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" |
| 29 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" |
| 30 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" |
| 31 | PACKAGECONFIG[cups] = "--enable-cups,--disable-cups,,cups" |
| 32 | PACKAGECONFIG[nfc] = "--enable-nfc,--disable-nfc" |
| 33 | PACKAGECONFIG[sap-profiles] = "--enable-sap,--disable-sap" |
| 34 | PACKAGECONFIG[a2dp-profiles] = "--enable-a2dp,--disable-a2dp" |
| 35 | PACKAGECONFIG[avrcp-profiles] = "--enable-avrcp,--disable-avrcp" |
| 36 | PACKAGECONFIG[network-profiles] = "--enable-network,--disable-network" |
| 37 | PACKAGECONFIG[hid-profiles] = "--enable-hid,--disable-hid" |
| 38 | PACKAGECONFIG[hog-profiles] = "--enable-hog,--disable-hog" |
| 39 | PACKAGECONFIG[health-profiles] = "--enable-health,--disable-health" |
| 40 | PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis" |
| 41 | PACKAGECONFIG[tools] = "--enable-tools,--disable-tools" |
| 42 | PACKAGECONFIG[threads] = "--enable-threads,--disable-threads" |
| 43 | PACKAGECONFIG[deprecated] = "--enable-deprecated,--disable-deprecated" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 44 | PACKAGECONFIG[mesh] = "--enable-mesh,--disable-mesh, json-c" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 45 | |
| 46 | SRC_URI = "\ |
| 47 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 48 | file://out-of-tree.patch \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 49 | file://init \ |
| 50 | file://run-ptest \ |
| 51 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \ |
| 52 | file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 53 | " |
| 54 | S = "${WORKDIR}/bluez-${PV}" |
| 55 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 56 | CVE_PRODUCT = "bluez" |
| 57 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 58 | inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest gobject-introspection-data |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 59 | |
| 60 | EXTRA_OECONF = "\ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 61 | --enable-test \ |
| 62 | --enable-datafiles \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 63 | --enable-library \ |
| 64 | " |
| 65 | |
| 66 | # bluez5 builds a large number of useful utilities but does not |
| 67 | # install them. Specify which ones we want put into ${PN}-noinst-tools. |
| 68 | NOINST_TOOLS_READLINE ??= "" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 69 | NOINST_TOOLS_TESTING ??= "" |
| 70 | NOINST_TOOLS_BT ??= "" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 71 | NOINST_TOOLS = " \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 72 | ${@bb.utils.contains('PACKAGECONFIG', 'readline', '${NOINST_TOOLS_READLINE}', '', d)} \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 73 | ${@bb.utils.contains('PACKAGECONFIG', 'testing', '${NOINST_TOOLS_TESTING}', '', d)} \ |
| 74 | ${@bb.utils.contains('PACKAGECONFIG', 'tools', '${NOINST_TOOLS_BT}', '', d)} \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 75 | " |
| 76 | |
| 77 | do_install_append() { |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 78 | install -d ${D}${INIT_D_DIR} |
| 79 | install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth |
| 80 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 81 | install -d ${D}${sysconfdir}/bluetooth/ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 82 | if [ -f ${S}/profiles/network/network.conf ]; then |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 83 | install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 84 | fi |
| 85 | if [ -f ${S}/profiles/input/input.conf ]; then |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 86 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 87 | fi |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 88 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 89 | if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then |
| 90 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth |
| 91 | fi |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 92 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 93 | # Install desired tools that upstream leaves in build area |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 94 | for f in ${NOINST_TOOLS} ; do |
| 95 | install -m 755 ${B}/$f ${D}/${bindir} |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 96 | done |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 97 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 98 | # Patch python tools to use Python 3; they should be source compatible, but |
| 99 | # still refer to Python 2 in the shebang |
| 100 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/bluez/test/* |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 101 | } |
| 102 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 103 | PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 104 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 105 | FILES_${PN} += " \ |
| 106 | ${libdir}/bluetooth/plugins/*.so \ |
| 107 | ${systemd_unitdir}/ ${datadir}/dbus-1 \ |
| 108 | ${libdir}/cups \ |
| 109 | " |
| 110 | FILES_${PN}-dev += " \ |
| 111 | ${libdir}/bluetooth/plugins/*.la \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 112 | " |
| 113 | |
| 114 | FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \ |
| 115 | ${exec_prefix}/lib/systemd/user/obex.service \ |
| 116 | ${datadir}/dbus-1/services/org.bluez.obex.service \ |
| 117 | " |
| 118 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" |
| 119 | |
| 120 | FILES_${PN}-testtools = "${libdir}/bluez/test/*" |
| 121 | |
| 122 | def get_noinst_tools_paths (d, bb, tools): |
| 123 | s = list() |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 124 | bindir = d.getVar("bindir") |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 125 | for bdp in tools.split(): |
| 126 | f = os.path.basename(bdp) |
| 127 | s.append("%s/%s" % (bindir, f)) |
| 128 | return "\n".join(s) |
| 129 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 130 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 131 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 132 | RDEPENDS_${PN}-testtools += "python3 python3-dbus" |
| 133 | RDEPENDS_${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 134 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 135 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 136 | INITSCRIPT_PACKAGES = "${PN}" |
| 137 | INITSCRIPT_NAME_${PN} = "bluetooth" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 138 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 139 | do_compile_ptest() { |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 140 | oe_runmake buildtests |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 141 | } |
| 142 | |
| 143 | do_install_ptest() { |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 144 | cp -r ${B}/unit/ ${D}${PTEST_PATH} |
| 145 | rm -f ${D}${PTEST_PATH}/unit/*.o |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 146 | } |