diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-21 07:47:42 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-21 07:47:42 +0000 |
commit | b03d999bb2eb86140cd6f22d74b9e6b164c52e96 (patch) | |
tree | 3889c8e36f5b6d39bb8744467ee951cac3d4641b /meta/packages/dbus/dbus-glib | |
parent | 9c0ecf04c4cb950c1f7a0f916890d44379995227 (diff) | |
download | openembedded-core-b03d999bb2eb86140cd6f22d74b9e6b164c52e96.tar.gz openembedded-core-b03d999bb2eb86140cd6f22d74b9e6b164c52e96.tar.bz2 openembedded-core-b03d999bb2eb86140cd6f22d74b9e6b164c52e96.tar.xz openembedded-core-b03d999bb2eb86140cd6f22d74b9e6b164c52e96.zip |
dbus: Drop unused patches, and merge unversioned and version patch directories
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2768 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus-glib')
-rw-r--r-- | meta/packages/dbus/dbus-glib/no-examples.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/packages/dbus/dbus-glib/no-examples.patch b/meta/packages/dbus/dbus-glib/no-examples.patch deleted file mode 100644 index 483153db7..000000000 --- a/meta/packages/dbus/dbus-glib/no-examples.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- 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\" - |