diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-01 15:34:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:41 +0200 |
commit | 9ecfedc8e18b001175766324297511d6313dc90a (patch) | |
tree | 58138e39487ab299b0b42b14011db37b3974f62d /meta-gnome/recipes-gnome/nautilus | |
parent | 886e222d010228ced1028c646ae5c3f1ebc8e51e (diff) | |
download | meta-openembedded-9ecfedc8e18b001175766324297511d6313dc90a.tar.gz |
nautilus: fix S!=B
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index f7c7c1e92..58a45b1b7 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |||
@@ -8,12 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | |||
8 | 8 | ||
9 | PR = "r6" | 9 | PR = "r6" |
10 | 10 | ||
11 | PNBLACKLIST[nautilus] = "BROKEN: doesn't build with B!=S" | ||
12 | |||
13 | DEPENDS = "gdk-pixbuf gtk+ libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" | 11 | DEPENDS = "gdk-pixbuf gtk+ libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" |
14 | # optional: tracker | 12 | # optional: tracker |
15 | 13 | ||
16 | inherit gnome | 14 | inherit gnome autotools-brokensep |
17 | 15 | ||
18 | SRC_URI[archive.md5sum] = "51565aa10d1625dff56e381228346911" | 16 | SRC_URI[archive.md5sum] = "51565aa10d1625dff56e381228346911" |
19 | SRC_URI[archive.sha256sum] = "2d4ff28c7a7aa5d40eb2468149954a564c257a305183773057584d22d15347a2" | 17 | SRC_URI[archive.sha256sum] = "2d4ff28c7a7aa5d40eb2468149954a564c257a305183773057584d22d15347a2" |