diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 11:33:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:05:53 +0200 |
commit | 49088f156ca4c38af842d75934562b341e976210 (patch) | |
tree | 2f441f14a984a63a277542a900d63be9f2fd76b8 /meta-xfce | |
parent | da6eadf8deaab2690a76920f087aa34c6cccc67f (diff) | |
download | meta-openembedded-49088f156ca4c38af842d75934562b341e976210.tar.gz |
tumbler, ristretto: Blacklist because freetype2-config used by tumbler was removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb | 1 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb index 8e485f950..566d600ef 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.6.3.bb | |||
@@ -7,6 +7,7 @@ DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | |||
7 | 7 | ||
8 | inherit xfce-app | 8 | inherit xfce-app |
9 | 9 | ||
10 | PNBLACKLIST[ristretto] = "BROKEN: rrecommends broken tumbler" | ||
10 | RRECOMMENDS_${PN} += "tumbler" | 11 | RRECOMMENDS_${PN} += "tumbler" |
11 | 12 | ||
12 | SRC_URI[md5sum] = "6b8c9a5d7ed319e4c84a9fefaa18792c" | 13 | SRC_URI[md5sum] = "6b8c9a5d7ed319e4c84a9fefaa18792c" |
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb index 3860716ab..ed986c2e8 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | |||
@@ -6,6 +6,8 @@ DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native" | |||
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||
9 | PNBLACKLIST[tumbler] = "BROKEN: needs to be updated to use freetype2 pkg-config instead of freetype2-config" | ||
10 | |||
9 | SRC_URI[md5sum] = "f844215c5e3918eae58abdd85f146780" | 11 | SRC_URI[md5sum] = "f844215c5e3918eae58abdd85f146780" |
10 | SRC_URI[sha256sum] = "c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93" | 12 | SRC_URI[sha256sum] = "c3bac4ee609e22be6c7f01a4fdf6086bc6b57940d82f99570a2d9d547a32fc93" |
11 | 13 | ||