From 9cc79b2f4daa64dbf3ad92980800101909521f57 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Nov 2012 17:52:36 +0000 Subject: libunique: fix compilation with GLib 2.34 The new GLib has deprecated some functions, and libunique was building with -Werror. Take a patch from upstream to update the build system and rationalise the warning flags. (From OE-Core rev: 713e1c82d32a477be84951d1dba8326b0342c8ca) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/libunique/libunique_1.1.6.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta/recipes-gnome/libunique/libunique_1.1.6.bb') diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index 7061cf6cc3..adb9525146 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb @@ -4,17 +4,18 @@ BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ file://fix_for_compile_with_gcc-4.6.0.patch \ - file://noconst.patch" + file://noconst.patch \ + file://build.patch" SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" -PR = "r6" +PR = "r7" DEPENDS = "glib-2.0 gtk+ dbus" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" -#S = "${WORKDIR}/unique-${PV}" + inherit autotools -- cgit v1.2.3-54-g00ecf