summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:47:27 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-06-17 11:47:27 +0200
commitcfafcc0d4fc937002a804e1eb262325771071d08 (patch)
tree476c94171df64c1fe3b8c2bcae424edafe00cb64 /meta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb
parent92b98e8d0db9d78dd75c969e37da9afd6559717f (diff)
Remove outdated layers - meta-audio-soundmanager-framework
As announced in https://lists.automotivelinux.org/g/agl-dev-community/topic/73194818#8265 the layer is outdated and will be removed. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2e71262b15b872b82af50f55231251f9bad51a3d
Diffstat (limited to 'meta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb')
-rwxr-xr-xmeta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb b/meta-audio-soundmanager-framework/recipes-multimedia/module-router/module-router_git.bb
deleted file mode 100755
index cd52b68a..00000000
--- a/meta-audio-soundmanager-framework/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 \
-"
-
-