diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-10-04 21:22:18 +0300 |
---|---|---|
committer | Georgios Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-10-07 15:46:50 +0000 |
commit | 84e84d0d3074e18a92e3fbc4aa0503c131aecf8f (patch) | |
tree | 9cca3536985e3cae287ab498d3baf88867f8ba9f /meta-agl-profile-core/recipes-connectivity/bluez-alsa | |
parent | d6f491229bc3d978503c100df704bdcfd250984b (diff) |
bluez-alsa: update to latest master
This adds, among others, the d-bus interface that is necessary
for the pipewire gstreamer helper from meta-pipewire to work.
The LICENSE file was changed to not include the contributors list,
but otherwise the license is unchanged.
Bug-AGL: SPEC-2792
Change-Id: I7d9e954691e617b3c8ba8165864b32f3831e28b7
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
(cherry picked from commit 9beae08be831b7ba23121a68caa5604499530698)
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity/bluez-alsa')
-rw-r--r-- | meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb b/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb index be02d7877..010329ee7 100644 --- a/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb +++ b/meta-agl-profile-core/recipes-connectivity/bluez-alsa/bluez-alsa_git.bb @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/Arkq/bluez-alsa" SECTION = "libs" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=88dc1c98120259ae67b82222d7aff5c1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7d6ac7e2dbd2505652dceb3acdf1fe" SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master" -SRCREV = "862a4b2cfd432444d62c00ee1394f6abd1433063" +SRCREV = "2cd6e4686f7808276480b430fb37df55dfdcc02b" SRC_URI += "file://bluez-alsa.service" |