aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gamin/gamin_0.1.10.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-11 06:02:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-12 13:22:14 +0000
commit84f083ac3a218513411e7c28edada7a80af8ad8c (patch)
treecdbdc8dae76989a8c82b2f3fe39c8a4bcf8b1ffb /meta/recipes-extended/gamin/gamin_0.1.10.bb
parent5e1a567872d6967ac4d5b78e9d226161d9651ded (diff)
downloadopenembedded-core-84f083ac3a218513411e7c28edada7a80af8ad8c.tar.gz
gamin: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Removed AM_PROG_CC_STDC. AC_PROG_CC to replace it was already present. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/gamin/gamin_0.1.10.bb')
-rw-r--r--meta/recipes-extended/gamin/gamin_0.1.10.bb6
1 files changed, 4 insertions, 2 deletions
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"
DEPENDS = "glib-2.0"
PROVIDES = "fam"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
file://no-abstract-sockets.patch \
- file://noconst.patch"
+ file://noconst.patch \
+ file://obsolete_automake_macros.patch \
+"
SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028"
SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1"