Changeset a99fd8bd for general/sysutils


Ignore:
Timestamp:
05/30/2014 06:55:53 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ad620bd
Parents:
08c00fa
Message:

Update to bluez-5.19

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13188 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    r08c00fa ra99fd8bd  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "9c71404f86287cd9441e86783be3aae1">
     9  <!ENTITY bluez-md5sum        "2d839c0bc9f8daaa6ca32e65d7701812">
    1010  <!ENTITY bluez-size          "1.3 MB">
    11   <!ENTITY bluez-buildsize     "52 MB">
    12   <!ENTITY bluez-time          "0.6 SBU">
     11  <!ENTITY bluez-buildsize     "69 MB">
     12  <!ENTITY bluez-time          "0.8 SBU">
    1313]>
    1414
     
    3535    </para>
    3636
    37     &lfs75_built;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105    </para>
    106106
    107 <screen><literal>[*] Networking support --->
    108   &lt;*&gt; or &lt;M&gt; Bluetooth subsystem support --->
     107<screen><literal>[*] Networking support ---&gt;
     108  &lt;*&gt; or &lt;M&gt; Bluetooth subsystem support ---&gt;
    109109    &lt;*&gt; or &lt;M&gt; RFCOMM protocol support
    110110    [*] RFCOMM TTY support
     
    114114    &lt;*&gt; or &lt;M&gt; HIDP protocol support
    115115
    116     Bluetooth device drivers ---></literal></screen>
     116    Bluetooth device drivers ---&gt;
     117  &lt;*&gt; or &lt;M&gt; RF switch subsystem support</literal></screen>
    117118
    118119    <para>
     
    148149
    149150    <para>
    150       This package does not come with a test suite.
     151      To test the results, issue: <userinput>make check</userinput>.
    151152    </para>
    152153
     
    155156    </para>
    156157
    157 <screen role="root"><userinput>make install</userinput></screen>
     158<screen role="root"><userinput>make install &amp;&amp;
     159ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</userinput></screen>
    158160
    159161    <para>
     
    191193    </para>
    192194
     195    <para>
     196      <command>ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</command>:
     197      This command makes access to the bluetooth daemon more convenient.
     198    </para>
     199
    193200  </sect2>
    194201
     
    197204
    198205    <sect3 id="bluez-config">
    199       <title>Config Files</title>
     206      <title>Configuration Files</title>
    200207      <para>
    201         <filename>/etc/bluetooth/main.conf</filename>
     208        <filename>/etc/bluetooth/main.conf</filename> is installed automatically
     209        during the install.  Additionally, there are three supplementary
     210        configuration files. /etc/sysconfig/bluetooth is
     211        installed as a part of the boot script below.  In addition
     212        you optionally cam install the following as the
     213        <systemitem class="username">root</systemitem> user:
    202214      </para>
     215       
     216<screen role="root"><userinput>cat > /etc/bluetooth/rfcomm.conf &lt;&lt; "EOF"</userinput>
     217<literal># rfcomm.conf
     218# Set up the RFCOMM configuration of the Bluetooth subsystem in the Linux kernel.
     219# Use one line per command
     220# See the rfcomm man page for options
     221
     222
     223# End of rfcomm.conf</literal></screen>
     224
     225<screen role="root"><userinput>cat > /etc/bluetooth/uart.conf &lt;&lt; "EOF"</userinput>
     226<literal>#uart.conf
     227# Attach serial devices via UART HCI to BlueZ stack
     228# Use one line per device
     229# See the hciattach man page for options
     230
     231# End of uart.conf</literal></screen>
    203232
    204233      <indexterm zone="bluez bluez-config">
Note: See TracChangeset for help on using the changeset viewer.