[Buildroot] [git commit branch/next] rpi-userland: pass -DALL_APPS=OFF when example apps are disabled

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 26 16:37:35 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=2bb611a046afcc2b3546b6ca20099100b31ef229
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

It should have been part of commit
d705809c7a32d6868a742b790648a65857f21197.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/rpi-userland/rpi-userland.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index 3a31733..403409d 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -46,6 +46,10 @@ define RPI_USERLAND_EXTRA_LIBS_STAGING
 endef
 RPI_USERLAND_POST_INSTALL_STAGING_HOOKS += RPI_USERLAND_EXTRA_LIBS_STAGING
 
+else
+
+RPI_USERLAND_CONF_OPTS += -DALL_APPS=OFF
+
 endif # BR2_PACKAGE_RPI_USERLAND_HELLO
 
 define RPI_USERLAND_POST_TARGET_CLEANUP


More information about the buildroot mailing list