diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-12 14:21:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:06 +0100 |
commit | 5072340621f7c4ab1c0482a0e0b6a8bbfc99f443 (patch) | |
tree | 7335745a4e1ad5092ba838c5b73cb091928a6f35 /meta/recipes-gnome/libunique/libunique_1.1.6.bb | |
parent | bef801045c3ddb36504e7f20b7acd6165a62bb55 (diff) | |
download | poky-5072340621f7c4ab1c0482a0e0b6a8bbfc99f443.tar.gz |
libunique: Update to work with glib-2.0
(From OE-Core rev: bcc9ad43c6aa7f8cd91031850fc72d121b64cb9e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libunique/libunique_1.1.6.bb')
-rw-r--r-- | meta/recipes-gnome/libunique/libunique_1.1.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" | |||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" |
4 | 4 | ||
5 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ | 5 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ |
6 | file://fix_for_compile_with_gcc-4.6.0.patch" | 6 | file://fix_for_compile_with_gcc-4.6.0.patch \ |
7 | file://noconst.patch" | ||
7 | 8 | ||
8 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" | 9 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" |
9 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" | 10 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" |
10 | 11 | ||
11 | PR = "r3" | 12 | PR = "r4" |
12 | 13 | ||
13 | DEPENDS = "glib-2.0 gtk+ dbus" | 14 | DEPENDS = "glib-2.0 gtk+ dbus" |
14 | 15 | ||