summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/dbus/dbus-glib/no-examples.patch23
-rw-r--r--meta/recipes-core/dbus/dbus-glib_0.114.bb4
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 @@
1From 8bb06c2f0929a4b878fd9abdb63c177a7c308b9d Mon Sep 17 00:00:00 2001
2From: Kevin Tian <kevin.tian@intel.com>
3Date: Tue, 21 Nov 2006 14:20:37 +0000
4Subject: [PATCH] Disable compiling examples
5
6Upstream-Status: Inappropriate [disable feature]
7
8Signed-off-by: Kevin Tian <kevin.tian@intel.com>
9Signed-off-by: Scott Garman <scott.a.garman@intel.com>
10---
11 dbus/Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/dbus/Makefile.am b/dbus/Makefile.am
15index 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"
15DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" 15DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
16DEPENDS:class-native = "glib-2.0-native dbus-native" 16DEPENDS:class-native = "glib-2.0-native dbus-native"
17 17
18SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ 18SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz"
19 file://no-examples.patch \
20"
21SRC_URI[sha256sum] = "c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c" 19SRC_URI[sha256sum] = "c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c"
22 20
23inherit autotools pkgconfig gettext bash-completion gtk-doc 21inherit autotools pkgconfig gettext bash-completion gtk-doc