diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-05 20:05:58 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:58:41 -0700 |
commit | ac5aa6245ffc5057fc255b3354b1c70dacee3ed7 (patch) | |
tree | 0d8801e2d73a18658ef5057ab753518f617aae6e | |
parent | af085dfc247e1c90d6be9aa96dd6822909ffe0ef (diff) | |
download | meta-openembedded-ac5aa6245ffc5057fc255b3354b1c70dacee3ed7.tar.gz |
glade3: move from oe to gnome layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch (renamed from meta-oe/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch) | 0 | ||||
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch (renamed from meta-oe/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch) | 0 | ||||
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch (renamed from meta-oe/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch) | 0 | ||||
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3_%.bbappend | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-devtools/glade/glade3_3.8.5.bb (renamed from meta-oe/recipes-devtools/glade/glade3_3.8.5.bb) | 2 |
5 files changed, 1 insertions, 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 index 03cb762ce..03cb762ce 100644 --- 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 | |||
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 index 1b24c39ce..1b24c39ce 100644 --- 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 | |||
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 index f735ff819..f735ff819 100644 --- 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 | |||
diff --git a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend b/meta-gnome/recipes-devtools/glade/glade3_%.bbappend deleted file mode 100644 index 3abacfb86..000000000 --- a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | 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 index c4f600095..69162bd2b 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 | |||
18 | 18 | ||
19 | EXTRA_OECONF += "--disable-scrollkeeper" | 19 | EXTRA_OECONF += "--disable-scrollkeeper" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ?= "gnome" |
22 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" | 22 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/icons" | 24 | FILES_${PN} += "${datadir}/icons" |