summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-shell
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-13 00:26:37 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:41 -0700
commita89b57aa45b08c1b90b9d46b0ff97fea6b65a7be (patch)
tree44bdfab6cf1e6cd432f5f7c6bd35f1c5ff4c207e /meta-gnome/recipes-gnome/gnome-shell
parent6f5d694d9c328a9d8e0bd927d569714cd75597b7 (diff)
downloadmeta-openembedded-a89b57aa45b08c1b90b9d46b0ff97fea6b65a7be.tar.gz
gnome-bluetooth: rename recipes to avoid suffix in future
We have two gnome-bluetooths: * 3.34.5: This will deprecate so add suffix and name it gnome-bluetooth3 * 42.0: This is the future of gnome-bluetooth so name it as such Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
index fd9a35d802..f54d966c73 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
@@ -35,7 +35,7 @@ SRC_URI[archive.sha256sum] = "33d404fb3c93b9de42984f0110a2969d6a4a7247c27fe7f5e2
35SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 35SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
36 36
37PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 37PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
38PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth4" 38PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
39PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" 39PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager"
40PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 40PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
41 41