[oe-commits] [meta-openembedded] 17/27: glade3: Move PACKAGECONFIG setting to enable_gnome.conf

git at git.openembedded.org git at git.openembedded.org
Thu Sep 7 09:18:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3345b659972ac115914bce0fb299effb6596246c
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Tue Sep 5 17:35:10 2017 -0500

    glade3: Move PACKAGECONFIG setting to enable_gnome.conf
    
    This resolves a failure of the yocto-compat-layer.py script.  Changing the
    PACKAGECONFIG setting by just including a layer can cause problems.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta-gnome/conf/enable_gnome.conf                   | 2 ++
 meta-gnome/recipes-devtools/glade/glade3_%.bbappend | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/conf/enable_gnome.conf b/meta-gnome/conf/enable_gnome.conf
index 883a6f5..7e711ee 100644
--- a/meta-gnome/conf/enable_gnome.conf
+++ b/meta-gnome/conf/enable_gnome.conf
@@ -1 +1,3 @@
 AVAHI_GTK_pn-avahi-ui = "gtk gtk3"
+
+PACKAGECONFIG_pn-glade3 = "gnome"
diff --git a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend b/meta-gnome/recipes-devtools/glade/glade3_%.bbappend
deleted file mode 100644
index 3abacfb..0000000
--- a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-PACKAGECONFIG ??= "gnome"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list