mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
openzone: make build and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
755921d33d
commit
8210c6300b
@@ -3,9 +3,8 @@ HOMEPAGE = "http://xfce-look.org/content/show.php/OpenZone?content=111343"
|
|||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7"
|
||||||
DEPENDS = "icon-slicer-native xcursorgen-native"
|
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch gtk-icon-cache
|
||||||
|
|
||||||
SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz"
|
SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz"
|
||||||
SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154"
|
SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154"
|
||||||
@@ -13,6 +12,9 @@ SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d33
|
|||||||
|
|
||||||
S = "${WORKDIR}/OpenZone"
|
S = "${WORKDIR}/OpenZone"
|
||||||
|
|
||||||
|
do_compile() {
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${datadir}/icons
|
install -d ${D}${datadir}/icons
|
||||||
for theme in `find -name '*.tar.xz'`; do
|
for theme in `find -name '*.tar.xz'`; do
|
||||||
@@ -27,5 +29,3 @@ python populate_packages_prepend () {
|
|||||||
|
|
||||||
PACKAGES_DYNAMIC += "^openzone-.*"
|
PACKAGES_DYNAMIC += "^openzone-.*"
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|
||||||
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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user