diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-04-13 14:43:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 11:02:39 +0200 |
commit | 8210c6300b6766eeb5083113f41a0b3121958c12 (patch) | |
tree | b74c6d9b13fa5b80076759087d7ed9946fc0cfd1 /meta-xfce/recipes-art | |
parent | 755921d33dad9cfb1f1ece9c4fe9609b45b0db8b (diff) | |
download | meta-openembedded-8210c6300b6766eeb5083113f41a0b3121958c12.tar.gz |
openzone: make build and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-art')
-rw-r--r-- | meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb index 802b5d480..df0ed50c7 100644 --- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb +++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | |||
@@ -3,9 +3,8 @@ HOMEPAGE = "http://xfce-look.org/content/show.php/OpenZone?content=111343" | |||
3 | SECTION = "x11/wm" | 3 | SECTION = "x11/wm" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7" |
6 | DEPENDS = "icon-slicer-native xcursorgen-native" | ||
7 | 6 | ||
8 | inherit allarch | 7 | inherit allarch gtk-icon-cache |
9 | 8 | ||
10 | SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz" | 9 | SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz" |
11 | SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154" | 10 | SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154" |
@@ -13,6 +12,9 @@ SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d33 | |||
13 | 12 | ||
14 | S = "${WORKDIR}/OpenZone" | 13 | S = "${WORKDIR}/OpenZone" |
15 | 14 | ||
15 | do_compile() { | ||
16 | } | ||
17 | |||
16 | do_install() { | 18 | do_install() { |
17 | install -d ${D}${datadir}/icons | 19 | install -d ${D}${datadir}/icons |
18 | for theme in `find -name '*.tar.xz'`; do | 20 | for theme in `find -name '*.tar.xz'`; do |
@@ -27,5 +29,3 @@ python populate_packages_prepend () { | |||
27 | 29 | ||
28 | PACKAGES_DYNAMIC += "^openzone-.*" | 30 | PACKAGES_DYNAMIC += "^openzone-.*" |
29 | ALLOW_EMPTY_${PN} = "1" | 31 | ALLOW_EMPTY_${PN} = "1" |
30 | |||
31 | PNBLACKLIST[openzone] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130682/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||