[oe-commits] [meta-openembedded] 03/87: glade3: move from oe to gnome layer

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:03:22 UTC 2018


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

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

commit ac5aa6245ffc5057fc255b3354b1c70dacee3ed7
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Mon Mar 5 20:05:58 2018 -0800

    glade3: move from oe to gnome layer
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch       | 0
 .../glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch   | 0
 .../recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch            | 0
 meta-gnome/recipes-devtools/glade/glade3_%.bbappend                     | 1 -
 {meta-oe => meta-gnome}/recipes-devtools/glade/glade3_3.8.5.bb          | 2 +-
 5 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch b/meta-gnome/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch
similarity index 100%
rename from meta-oe/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch
rename to meta-gnome/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch
diff --git a/meta-oe/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch b/meta-gnome/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch
similarity index 100%
rename from meta-oe/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch
rename to meta-gnome/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch
diff --git a/meta-oe/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch b/meta-gnome/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch
similarity index 100%
rename from meta-oe/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch
rename to meta-gnome/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch
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"
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb b/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb
similarity index 97%
rename from meta-oe/recipes-devtools/glade/glade3_3.8.5.bb
rename to meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb
index c4f6000..69162bd 100644
--- a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb
+++ b/meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "58a5f6e4df4028230ddecc74c564808b7ec4471b1925058e29304f778b
 
 EXTRA_OECONF += "--disable-scrollkeeper"
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ?= "gnome"
 PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui"
 
 FILES_${PN} += "${datadir}/icons"

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


More information about the Openembedded-commits mailing list