stella: reorganize inherit ans DEPENDS to fix build on latest oe-core

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-04-13 10:58:08 +02:00
parent 94cd8b43c8
commit b89ba1c28b

View File

@@ -11,10 +11,10 @@ SRC_URI = "https://github.com/stella-emu/stella/releases/download/release-${PV}/
SRC_URI[md5sum] = "898578ee405430815e12374f191e9b51"
SRC_URI[sha256sum] = "93a75d1b343b1e66b6dc526c0f9d8a0c3678d346033f7cdfe76dc93f14d956ad"
DEPENDS = "libsdl2 zlib libpng"
FILES_${PN} += "${datadir}/icons"
inherit autotools-brokensep
inherit autotools-brokensep gtk-icon-cache
DEPENDS += "libsdl2 zlib libpng"
CLEANBROKEN = "1"