diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-11-24 14:07:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:19:23 +0000 |
commit | 5873734b21735f9fb598c7d8e67ce8cef9ddb39c (patch) | |
tree | 9af28b99286771a0bb322157b78ddd2f9722f6e3 /meta/recipes-core/dbus/dbus-glib/no-examples.patch | |
parent | 640b4274ee5653bb107a7ff043c33dc6392f9cfb (diff) | |
download | openembedded-core-5873734b21735f9fb598c7d8e67ce8cef9ddb39c.tar.gz openembedded-core-5873734b21735f9fb598c7d8e67ce8cef9ddb39c.tar.bz2 openembedded-core-5873734b21735f9fb598c7d8e67ce8cef9ddb39c.zip |
dbus-glib: Upgrade to 0.102
Remove obsolete_automake_macros.patch, since upstream has merged it.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib/no-examples.patch')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib/no-examples.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib/no-examples.patch b/meta/recipes-core/dbus/dbus-glib/no-examples.patch new file mode 100644 index 0000000000..fbb4967828 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib/no-examples.patch @@ -0,0 +1,15 @@ +Disable compiling examples + +Upstream-Status: Inappropriate [disable feature] + +Signed-off-by: Kevin Tian <kevin.tian@intel.com> +Signed-off-by: Scott Garman <scott.a.garman@intel.com> + +--- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 ++++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = . examples ++SUBDIRS = . + + INCLUDES=-I$(top_srcdir) $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" + |