summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-05-24 09:52:45 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-24 07:23:55 -0700
commit7012ac4379f969220fa6a1d838a0d2a7db0c8518 (patch)
tree39c929b644b1221820d9c121726b1b3d510d8bc4
parent758064f4a0264b3ba73e0aee3a9abcf562ceb90e (diff)
downloadmeta-openembedded-7012ac4379f969220fa6a1d838a0d2a7db0c8518.tar.gz
glibmm: remove unused remove-examples.patch
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=1dde9990b8ce4f9a679a666b00f932aab20c3db2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch b/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch
deleted file mode 100644
index 42f2520175..0000000000
--- a/meta-oe/recipes-core/glib-2.0/glibmm/remove-examples.patch
+++ /dev/null
@@ -1,40 +0,0 @@
1From 52360260c0d73a00082d867bc416225fbc2b657e Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Tue, 12 Jul 2011 11:46:37 +0200
4Subject: [PATCH] glibmm: add 2.28.2
5
6---
7 Makefile.am | 7 +------
8 configure.ac | 1 -
9 2 files changed, 1 insertion(+), 7 deletions(-)
10
11diff --git a/Makefile.am b/Makefile.am
12index 1b366b4..0ff58b5 100644
13--- a/Makefile.am
14+++ b/Makefile.am
15@@ -23,12 +23,7 @@ src_subdirs = glib/src gio/src
16 else
17 src_subdirs =
18 endif
19-if ENABLE_DOCUMENTATION
20-doc_subdirs = docs
21-else
22-doc_subdirs =
23-endif
24-SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs)
25+SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests
26
27 glibmm_includedir = $(includedir)/$(GLIBMM_MODULE_NAME)
28 glibmm_include_HEADERS = glib/glibmm.h
29diff --git a/configure.ac b/configure.ac
30index e706687..198e0d0 100644
31--- a/configure.ac
32+++ b/configure.ac
33@@ -166,7 +166,6 @@ AC_CONFIG_FILES([Makefile
34 gio/src/Makefile
35 gio/giomm/Makefile
36 tests/Makefile
37- examples/Makefile
38 docs/Makefile
39 docs/reference/Doxyfile
40 MSVC_NMake/glibmm/glibmm.rc