diff options
| author | Emil Kronborg <emil.kronborg@protonmail.com> | 2024-02-22 19:44:59 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-24 16:10:23 +0000 |
| commit | 55692591227eaac2d50ab339eea87ddca395f6df (patch) | |
| tree | c003055cdf99950c5f709f49a84fb5ef25163e1a | |
| parent | 9efcdbc0ae86750795e61c55e017563aee9dc6ef (diff) | |
| download | poky-55692591227eaac2d50ab339eea87ddca395f6df.tar.gz | |
bluez5: remove configuration files from install task
Since be0e796299b0 ("build: ship all config files with
--enable-datafiles") in bluez, installing input.conf and network.conf
has been redundant, as the bluez5 recipe already includes
--enable-datafiles.
(From OE-Core rev: 49391fdcf71b32c5fd3c7b134c1d1c45cc1db388)
Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index e10158a6e5..a31d7076ba 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
| @@ -87,14 +87,6 @@ do_install:append() { | |||
| 87 | install -d ${D}${INIT_D_DIR} | 87 | install -d ${D}${INIT_D_DIR} |
| 88 | install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth | 88 | install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth |
| 89 | 89 | ||
| 90 | install -d ${D}${sysconfdir}/bluetooth/ | ||
| 91 | if [ -f ${S}/profiles/network/network.conf ]; then | ||
| 92 | install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/ | ||
| 93 | fi | ||
| 94 | if [ -f ${S}/profiles/input/input.conf ]; then | ||
| 95 | install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ | ||
| 96 | fi | ||
| 97 | |||
| 98 | if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then | 90 | if [ -f ${D}/${sysconfdir}/init.d/bluetooth ]; then |
| 99 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth | 91 | sed -i -e 's#@LIBEXECDIR@#${libexecdir}#g' ${D}/${sysconfdir}/init.d/bluetooth |
| 100 | fi | 92 | fi |
