Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes-connectivity/bluez5/bluez5_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ SRC_URI:append:qcom-distro = " \
"

# UTF-16/32 conversion support for OBEX Bluetooth file transfers
RDEPENDS:${PN}:append:libc-glibc = " \
RDEPENDS:${PN}:append:libc-glibc:qcom-distro = " \
glibc-gconv-utf-16 \
glibc-gconv-utf-32 \
"

SYSTEMD_PACKAGES += "${PN}-obex"
SYSTEMD_PACKAGES:append:qcom-distro = " ${PN}-obex"

do_install:append:qcom-distro() {
install -m 0644 ${B}/obexd/src/obex.service ${D}${systemd_system_unitdir}/obex.service
Expand Down
4 changes: 2 additions & 2 deletions recipes-multimedia/audio/wireplumber_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable wireplumber as a system-wide service
SYSTEMD_SERVICE:${PN} = "wireplumber.service"
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
SYSTEMD_SERVICE:${PN}:qcom-distro = "wireplumber.service"
SYSTEMD_AUTO_ENABLE:${PN}:qcom-distro = "enable"
8 changes: 4 additions & 4 deletions recipes-multimedia/pipewire/pipewire_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Enable pipewire-pulse as a system-wide service
SYSTEMD_SERVICE:${PN}-pulse = "pipewire-pulse.service"
SYSTEMD_AUTO_ENABLE:${PN}-pulse = "enable"
SYSTEMD_PACKAGES += "${PN}-pulse"
SYSTEMD_SERVICE:${PN}-pulse:qcom-distro = "pipewire-pulse.service"
SYSTEMD_AUTO_ENABLE:${PN}-pulse:qcom-distro = "enable"
SYSTEMD_PACKAGES:qcom-distro += "${PN}-pulse"

FILES:${PN}-pulse += "${systemd_unitdir}/system-preset/98-pipewire-pulse.preset"
FILES:${PN}-pulse:append:qcom-distro = " ${systemd_unitdir}/system-preset/98-pipewire-pulse.preset"
Loading