diff options
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib/no-examples.patch | 23 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.114.bb | 4 |
2 files changed, 1 insertions, 26 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib/no-examples.patch b/meta/recipes-core/dbus/dbus-glib/no-examples.patch deleted file mode 100644 index 3e2fa41c59..0000000000 --- a/meta/recipes-core/dbus/dbus-glib/no-examples.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
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 | ||
5 | |||
6 | Upstream-Status: Inappropriate [disable feature] | ||
7 | |||
8 | Signed-off-by: Kevin Tian <kevin.tian@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(-) | ||
13 | |||
14 | diff --git a/dbus/Makefile.am b/dbus/Makefile.am | ||
15 | index 2e8cb27..a86df30 100644 | ||
16 | --- a/dbus/Makefile.am | ||
17 | +++ b/dbus/Makefile.am | ||
18 | @@ -1,4 +1,4 @@ | ||
19 | -SUBDIRS = . examples | ||
20 | +SUBDIRS = . | ||
21 | |||
22 | AM_CPPFLAGS = \ | ||
23 | -I$(top_srcdir) \ | ||
diff --git a/meta/recipes-core/dbus/dbus-glib_0.114.bb b/meta/recipes-core/dbus/dbus-glib_0.114.bb index 4a827b1cbf..cc15cafe49 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.114.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.114.bb | |||
@@ -15,9 +15,7 @@ SECTION = "base" | |||
15 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" | 15 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" |
16 | DEPENDS:class-native = "glib-2.0-native dbus-native" | 16 | DEPENDS:class-native = "glib-2.0-native dbus-native" |
17 | 17 | ||
18 | SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ | 18 | SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz" |
19 | file://no-examples.patch \ | ||
20 | " | ||
21 | SRC_URI[sha256sum] = "c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c" | 19 | SRC_URI[sha256sum] = "c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c" |
22 | 20 | ||
23 | inherit autotools pkgconfig gettext bash-completion gtk-doc | 21 | inherit autotools pkgconfig gettext bash-completion gtk-doc |