diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch | 23 | ||||
-rw-r--r-- | meta/recipes-extended/gamin/gamin_0.1.10.bb | 6 |
2 files changed, 27 insertions, 2 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 new file mode 100644 index 0000000000..c4300ca6a0 --- /dev/null +++ b/meta/recipes-extended/gamin/gamin-0.1.10/obsolete_automake_macros.patch | |||
@@ -0,0 +1,23 @@ | |||
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 | ||
diff --git a/meta/recipes-extended/gamin/gamin_0.1.10.bb b/meta/recipes-extended/gamin/gamin_0.1.10.bb index 9da7e51a19..375d265f57 100644 --- a/meta/recipes-extended/gamin/gamin_0.1.10.bb +++ b/meta/recipes-extended/gamin/gamin_0.1.10.bb | |||
@@ -8,11 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62" | |||
8 | 8 | ||
9 | DEPENDS = "glib-2.0" | 9 | DEPENDS = "glib-2.0" |
10 | PROVIDES = "fam" | 10 | PROVIDES = "fam" |
11 | PR = "r4" | 11 | PR = "r5" |
12 | 12 | ||
13 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ | 13 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ |
14 | file://no-abstract-sockets.patch \ | 14 | file://no-abstract-sockets.patch \ |
15 | file://noconst.patch" | 15 | file://noconst.patch \ |
16 | file://obsolete_automake_macros.patch \ | ||
17 | " | ||
16 | 18 | ||
17 | SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028" | 19 | SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028" |
18 | SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1" | 20 | SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1" |