Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable.
@ 2015-05-20 11:49 Florian Boor
  2015-05-20 13:08 ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: Florian Boor @ 2015-05-20 11:49 UTC (permalink / raw)
  To: openembedded-core

---
 meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
index 33b6afe..9c52193 100644
--- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
+++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 SECTION = "x11/base"
 DEPENDS = "intltool-native gtk+"
 
-PR = "r3"
+PR = "r4"
 
 PACKAGES += "${PN}-schemas"
 PACKAGES_DYNAMIC += "^gtk-engine-.* ^gtk-theme-.*"
@@ -29,6 +29,8 @@ FILES_${PN}-schemas = "${datadir}/gtk-engines/*.xml"
 
 CFLAGS_prepend = "-DHAVE_ANIMATION "
 
+ALLOW_EMPTY_${PN} = "1"
+
 inherit gnomebase
 
 python populate_packages_prepend() {
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-02 14:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20 11:49 [PATCH] gtk-engines: Allow gtk-engines package to be empty in order to make the -dev package installable Florian Boor
2015-05-20 13:08 ` Burton, Ross
2015-05-20 13:17   ` Florian Boor
2015-05-20 13:20     ` Otavio Salvador
2015-05-20 13:27       ` Florian Boor
2015-05-20 13:32         ` Burton, Ross
2015-05-20 13:48           ` Florian Boor
2015-05-28 10:13             ` Florian Boor
2015-06-02 14:15               ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox