From 5072340621f7c4ab1c0482a0e0b6a8bbfc99f443 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 12 Oct 2011 14:21:45 +0100 Subject: libunique: Update to work with glib-2.0 (From OE-Core rev: bcc9ad43c6aa7f8cd91031850fc72d121b64cb9e) Signed-off-by: Richard Purdie --- meta/recipes-gnome/libunique/libunique_1.1.6.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 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 4f3cdb6086..9435e9787c 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb @@ -3,12 +3,13 @@ HOMEPAGE = "http://live.gnome.org/LibUnique" 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://fix_for_compile_with_gcc-4.6.0.patch \ + file://noconst.patch" SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" -PR = "r3" +PR = "r4" DEPENDS = "glib-2.0 gtk+ dbus" -- cgit v1.2.3-54-g00ecf