diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-06-09 22:57:23 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-11 13:53:50 +0000 |
commit | 644a2d10516118f9a3bb3ae1c7392e9cf38bc650 (patch) | |
tree | 92923deb9221ac97df0a248a2b65a03fa0578378 /recipes-multimedia/module-router | |
parent | 3f479f2489be1f038b2ce2b51117d8b3a0dfa9e4 (diff) |
Changes to support the switch to pipewire
This moves all soundmanager components off into meta-agl-devel/meta-audio-soundmanager-framework .
Soundmanager is not supported in HH.
Furthermore, I simplified the image and packagegroup recipes.
Feature templates were modified to reflect the change as well.
Bug-AGL: SPEC-2473
Change-Id: I48b437fb2ed727ed362d92af56596096df62dd8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-multimedia/module-router')
-rwxr-xr-x | recipes-multimedia/module-router/module-router_git.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-multimedia/module-router/module-router_git.bb b/recipes-multimedia/module-router/module-router_git.bb deleted file mode 100755 index cd52b68ad..000000000 --- a/recipes-multimedia/module-router/module-router_git.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Pulseaudio router module" -HOMEPAGE = "https://github.com/tisogai/module-router" -LICENSE = "LGPLv2" -SECTION = "multimedia" -DEPENDS = "pulseaudio" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" - -SRC_URI = " \ - git://github.com/tisogai/module-router.git;protocol=https;branch=master \ - " - -SRCREV = "8104a3174e6f54ace53066ab1797d9b9bd2bdf63" - -S = "${WORKDIR}/git" -inherit cmake -OECMAKE_CXX_FLAGS += "-std=c++11" - -# NOTE: The specific product should have a separate customtypes.xsd -# and should be appended to FILES_${PN} in product specific -# audiomanager-generic-controller_git.bbappend -FILES_${PN} = " \ - ${libdir}/pulse-*/modules/module-router.so \ -" - - -FILES_${PN}-dbg += " \ - ${libdir}/pulse-*/modules/.debug/module-router.so \ -" - - |