diff options
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib/no-examples.patch')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib/no-examples.patch | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib/no-examples.patch b/meta/recipes-core/dbus/dbus-glib/no-examples.patch index 32e7611718..3e2fa41c59 100644 --- a/meta/recipes-core/dbus/dbus-glib/no-examples.patch +++ b/meta/recipes-core/dbus/dbus-glib/no-examples.patch | |||
@@ -1,14 +1,20 @@ | |||
1 | Disable compiling examples | 1 | From 8bb06c2f0929a4b878fd9abdb63c177a7c308b9d Mon Sep 17 00:00:00 2001 |
2 | From: Kevin Tian <kevin.tian@intel.com> | ||
3 | Date: Tue, 21 Nov 2006 14:20:37 +0000 | ||
4 | Subject: [PATCH] Disable compiling examples | ||
2 | 5 | ||
3 | Upstream-Status: Inappropriate [disable feature] | 6 | Upstream-Status: Inappropriate [disable feature] |
4 | 7 | ||
5 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> | 8 | Signed-off-by: Kevin Tian <kevin.tian@intel.com> |
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 9 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
10 | --- | ||
11 | dbus/Makefile.am | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
7 | 13 | ||
8 | Index: dbus-glib-0.108/dbus/Makefile.am | 14 | diff --git a/dbus/Makefile.am b/dbus/Makefile.am |
9 | =================================================================== | 15 | index 2e8cb27..a86df30 100644 |
10 | --- dbus-glib-0.108.orig/dbus/Makefile.am | 16 | --- a/dbus/Makefile.am |
11 | +++ dbus-glib-0.108/dbus/Makefile.am | 17 | +++ b/dbus/Makefile.am |
12 | @@ -1,4 +1,4 @@ | 18 | @@ -1,4 +1,4 @@ |
13 | -SUBDIRS = . examples | 19 | -SUBDIRS = . examples |
14 | +SUBDIRS = . | 20 | +SUBDIRS = . |