diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 20:52:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:16 +0100 |
commit | 2bb65c29c8862e780b8a6c47c007809d7cc73940 (patch) | |
tree | 2e59056de5ba30ac2effc0f0b49f1dfb1308d472 | |
parent | c649d30e302e4781e1148acd25dc99378c76f423 (diff) | |
download | poky-2bb65c29c8862e780b8a6c47c007809d7cc73940.tar.gz |
dbus-glib: remove no-examples.patch
This patch has been in OpenEmbedded since 2006 with no explanation[1].
Possibly the intention was to reduce build time slightly or remove some
breakage, but it's useful to link the library we're building against a
test binary.
[1] oe-classic cc5c376f17 ("dbus: add 0.90, dbus-glib and dbus-python bindings 0.70")
(From OE-Core rev: a2041b1a2fd2ed508ab891e909c8ade1d31e3654)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |