From 2b3636767dfba1ac24bb0aa479f441677fa8badf Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 21 Feb 2017 19:17:55 +0100 Subject: [PATCH] examples are not built by default -> disable --- frameworks/qt5script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/qt5script/Makefile b/frameworks/qt5script/Makefile index 2063210..7c796d7 100644 --- a/frameworks/qt5script/Makefile +++ b/frameworks/qt5script/Makefile @@ -56,7 +56,7 @@ endef define Package/qt5script-examples $(call Package/qt5script/Default) TITLE+=examples - DEPENDS+=+qt5script-scriptTools + DEPENDS+=+qt5script-scriptTools @BROKEN endef define Build/InstallDev -- 2.30.2