diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-10-04 21:22:18 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-10-05 10:17:28 +0300 |
commit | 9beae08be831b7ba23121a68caa5604499530698 (patch) | |
tree | 785d6661981cde7cd267692afbe607f16b2913c3 /meta-agl-profile-core/recipes-connectivity/bluez-alsa | |
parent | 4c42369706adf72b984add10f255e86ad34c2e67 (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>
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" |