diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-26 18:37:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-26 18:37:35 +0200 |
commit | 2bb611a046afcc2b3546b6ca20099100b31ef229 (patch) | |
tree | a85a37619e59f29fc974d4498b55bce3da36e91e | |
parent | 8a0c5de068cbbd224702db19d1c3674919a7609e (diff) | |
download | buildroot-2bb611a046afcc2b3546b6ca20099100b31ef229.tar.gz buildroot-2bb611a046afcc2b3546b6ca20099100b31ef229.zip |
rpi-userland: pass -DALL_APPS=OFF when example apps are disabled
It should have been part of commit
d705809c7a32d6868a742b790648a65857f21197.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | 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 3a317338ed..403409d783 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 |