diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-29 12:36:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-08-29 12:36:22 +0000 |
commit | a1ed468b66b3e93c850138c835458691847f38e1 (patch) | |
tree | 74facfbc01311dda60ead8b575d0178a06fb783e /meta-audio-4a-framework | |
parent | e3785428133a76e0561a4a42c019bbf6a903e1e8 (diff) | |
parent | 4cb9fefdda72dd5a6cf26aad23eb50504132c096 (diff) |
Merge changes Ie6c96000,I2b966142
* changes:
pulseaudio-module-4a: fix install files path to use the libdir variable
pulseaudio-module-4a: Update repository URL and revision
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/pulseaudio/pulseaudio-module-4a-client_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/pulseaudio/pulseaudio-module-4a-client_git.bb b/meta-audio-4a-framework/recipes-multimedia/pulseaudio/pulseaudio-module-4a-client_git.bb index 0a763d88..b5e9e011 100644 --- a/meta-audio-4a-framework/recipes-multimedia/pulseaudio/pulseaudio-module-4a-client_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/pulseaudio/pulseaudio-module-4a-client_git.bb @@ -1,13 +1,13 @@ SUMMARY = "pulseaudio 4A client module" DESCRIPTION = "pulseaudio module to work with 4A (AGL Advanced Audio Agent)" -HOMEPAGE = "https://gitlab.collabora.com/gkiagia/pulseaudio-module-4a" +HOMEPAGE = "https://git.automotivelinux.org/src/pulseaudio-module-4a" SECTION = "plugins" LICENSE = "LGPL-2.1+" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -SRC_URI = "git://gitlab.collabora.com/gkiagia/pulseaudio-module-4a.git;protocol=https" -SRCREV = "897f554324bbb031d6a482584b227f8400d2c624" +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/pulseaudio-module-4a.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "9cd72ed153f6615ed826b048e1c344bf4640bd2b" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" @@ -17,4 +17,4 @@ inherit cmake pkgconfig DEPENDS += "af-binder systemd json-c pulseaudio" RDEPENDS_${PN} = "pulseaudio-module-alsa-sink" -FILES_${PN} += "/usr/lib/pulse-*/modules/module-4a-client.so" +FILES_${PN} += "${libdir}/pulse-*/modules/module-4a-client.so" |