summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/dconf
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-11 14:49:21 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-11 09:26:41 -0800
commit84f88138586a64da397e0d940f39e039823b0306 (patch)
tree9ce6a1b58e06b68b9bf6b8e512f4063379454d36 /meta-gnome/recipes-gnome/dconf
parent105be9b3d92a4b863527418d9f20ce268d952282 (diff)
downloadmeta-openembedded-84f88138586a64da397e0d940f39e039823b0306.tar.gz
drop GNOMEBASEBUILDCLASS = "meson"
It is set to meson by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf')
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb1
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
index 31226ef448..32a69a0707 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
@@ -2,7 +2,6 @@ SUMMARY = "Configuration editor for dconf"
2LICENSE = "GPL-3.0-only" 2LICENSE = "GPL-3.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 3LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
4 4
5GNOMEBASEBUILDCLASS = "meson"
6 5
7DEPENDS = " \ 6DEPENDS = " \
8 dconf \ 7 dconf \
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb
index 6641be86ee..c5c45a0264 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb
@@ -7,7 +7,6 @@ SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d645
7 7
8DEPENDS = "dbus glib-2.0 intltool-native" 8DEPENDS = "dbus glib-2.0 intltool-native"
9 9
10GNOMEBASEBUILDCLASS = "meson"
11 10
12inherit gnomebase bash-completion vala 11inherit gnomebase bash-completion vala
13 12