diff options
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 | ||