summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-07 13:35:14 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-11 13:35:25 +0000
commit5e28b182790ce38cb769949a5f2f9c649b6978c6 (patch)
tree817b33721f0f613db0c45e360edc087900d8c085 /meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
parent4c81f39081eb23f7b6e2381ea4e07969b3f53a33 (diff)
pipewire recipe plumbing
This does enhance the recipes for pipewire and wireplumber in 2 ways: a) we add a separate package for the configuration and make it replaceable w/o recompiling pipewire or wireplumber itself b) this in turn makes the recipes not AGL specific and upstreamable as-is. v2: enhanced config recipes v3 & v4: fix typo Bug-AGL: SPEC-2473 Change-Id: I1f6f32d7cc64d9424706ca6bc87550f5e2c6d359 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb')
-rw-r--r--meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb b/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
index 65efe214..84e76883 100644
--- a/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
+++ b/meta-pipewire/recipes-multimedia/pipewire/pipewire_git.bb
@@ -1,16 +1,14 @@
require pipewire.inc
-FILESEXTRAPATHS_prepend := "${THISDIR}:"
-
SRC_URI = "gitsm://github.com/PipeWire/pipewire;protocol=https;branch=work \
file://0001-spa-include-install-missing-headers.patch \
file://0001-extensions-implement-Endpoint-ClientEndpoint-interfa.patch \
file://0002-pipewire-cli-add-support-for-printing-endpoint-info-.patch \
- file://pipewire.conf \
"
+
SRCREV = "4be788962e60891237f1f018627bf709ae3981e6"
PV = "0.2.90+git${SRCPV}-1"
S = "${WORKDIR}/git"
-RDEPENDS_${PN} += "wireplumber"
+RDEPENDS_${PN} += "virtual/pipewire-sessionmanager virtual/pipewire-config"