From 0210b95d237b0eb40c28b6d8fbea7d647c5447ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 20 Dec 2016 02:44:16 +0100 Subject: [PATCH] stella: add CLEANBROKEN = "1" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | NOTE: make clean | ERROR: oe_runmake failed | Makefile:42: config.mak: No such file or directory | You need to run ./configure before you can run make Signed-off-by: Andreas Müller --- recipes-emulators/stella/stella_4.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-emulators/stella/stella_4.6.1.bb b/recipes-emulators/stella/stella_4.6.1.bb index 9781efb..5b80d28 100644 --- a/recipes-emulators/stella/stella_4.6.1.bb +++ b/recipes-emulators/stella/stella_4.6.1.bb @@ -16,3 +16,5 @@ DEPENDS = "libsdl2 zlib libpng" FILES_${PN} += "${datadir}/icons" inherit autotools-brokensep + +CLEANBROKEN = "1"