diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-06-26 16:21:26 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-27 13:29:30 +0000 |
commit | f048f1929149d6ae99f532031e09af67f6f49ac7 (patch) | |
tree | bcd73712826453da417a5a32e4d9500e0491fadf /meta-pipewire/conf | |
parent | dfa9b626a76f908ec2355bae3d21c67d810fd500 (diff) |
meta-pipewire: add patch to security-manager for pipewire
This grants permission to all applications to be able to communicate
with pipewire. This is a temporary measure that we need to rethink
in the future.
This commit also changes the priority of the meta-pipewire layer
because the security-manager patch needs to be applied after the
patch to the same file from meta-app-framework, which has priority 70.
Bug-AGL: SPEC-2554
Change-Id: I9df47ea1a40e1fa97900bb5dbc21bc11765eb7ab
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Diffstat (limited to 'meta-pipewire/conf')
-rw-r--r-- | meta-pipewire/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-pipewire/conf/layer.conf b/meta-pipewire/conf/layer.conf index bd56479c..8ad06e3e 100644 --- a/meta-pipewire/conf/layer.conf +++ b/meta-pipewire/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-pipewire" BBFILE_PATTERN_meta-pipewire = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-pipewire = "8" +BBFILE_PRIORITY_meta-pipewire = "71" LAYERSERIES_COMPAT_meta-pipewire = "thud" |