diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-16 23:24:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:40:40 +0100 |
commit | 920819f3c1629ceabdf9bc5c8a3e0680c5589cd0 (patch) | |
tree | 0cd5f5ecd745e3266d01993d49f2762467132219 /meta/recipes-extended/gamin/gamin-0.1.10 | |
parent | 2563aa55281c60c877d8a298b6884ee7da550234 (diff) | |
download | poky-920819f3c1629ceabdf9bc5c8a3e0680c5589cd0.tar.gz |
gamin: remove
Gamin hasn't been required for many years now, maintenance upstream stopped in
2008 and the addition of inotify to the kernel made it redundant.
Remove the recipe from oe-core, and references to it in pacakgegroup-core-lsb
(LSB doesn't require gamin) and packagegroup-self-hosted.
(From OE-Core rev: d29595925b699827fbd3279ee5368e32e0a380f3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gamin/gamin-0.1.10')
-rw-r--r-- | meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch b/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch deleted file mode 100644 index c4300ca6a0..0000000000 --- a/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=693449] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd gamin-0.1.10/configure.in gamin-0.1.10/configure.in | ||
5 | --- gamin-0.1.10/configure.in 2008-11-24 17:23:06.000000000 +0200 | ||
6 | +++ gamin-0.1.10/configure.in 2013-02-08 23:11:59.656279992 +0200 | ||
7 | @@ -1,7 +1,7 @@ | ||
8 | dnl Process this file with autoconf to produce a configure script. | ||
9 | AC_PREREQ(2.52) | ||
10 | AC_INIT(libgamin) | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | AC_CANONICAL_SYSTEM | ||
14 | |||
15 | # get any external flags setting before we start playing with the CFLAGS variable | ||
16 | @@ -31,7 +31,6 @@ | ||
17 | |||
18 | AC_USE_SYSTEM_EXTENSIONS | ||
19 | AC_PROG_CC | ||
20 | -AM_PROG_CC_STDC | ||
21 | AC_HEADER_STDC | ||
22 | AC_PROG_INSTALL | ||
23 | AC_PROG_MAKE_SET | ||