From: Thomas Petazzoni Date: Tue, 1 Sep 2015 22:01:15 +0000 (+0200) Subject: directfb-examples: do not install to staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=127aef0261a47f42de7c9b5ae76afad0bf4317ca;p=buildroot.git directfb-examples: do not install to staging DirectFB examples are just examples, there is no reason to install them to the staging directory. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/directfb-examples/directfb-examples.mk b/package/directfb-examples/directfb-examples.mk index f40a030b3e..ac8e61c789 100644 --- a/package/directfb-examples/directfb-examples.mk +++ b/package/directfb-examples/directfb-examples.mk @@ -9,7 +9,6 @@ DIRECTFB_EXAMPLES_SITE = http://www.directfb.org/downloads/Extras DIRECTFB_EXAMPLES_SOURCE = DirectFB-examples-$(DIRECTFB_EXAMPLES_VERSION).tar.gz DIRECTFB_EXAMPLES_LICENSE = MIT DIRECTFB_EXAMPLES_LICENSE_FILES = COPYING -DIRECTFB_EXAMPLES_INSTALL_STAGING = YES DIRECTFB_EXAMPLES_DEPENDENCIES = directfb ifeq ($(BR2_STATIC_LIBS),y)