buildroot/package/rpi-userland/rpi-userland.mk
Yann E. MORIN 8b955aa5bd package/rpi-userland: bumps for misc fixes and improvements
A slew of fixes and improvements, specially directed toward, but
not limited to, the sample codes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-19 20:46:08 +01:00

20 lines
660 B
Makefile

################################################################################
#
# rpi-userland
#
################################################################################
RPI_USERLAND_VERSION = 5cecd5ae71540a3c11270924251103b3b5c8513a
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3c
RPI_USERLAND_LICENSE_FILES = LICENCE
RPI_USERLAND_INSTALL_STAGING = YES
RPI_USERLAND_CONF_OPT = -DVMCS_INSTALL_PREFIX=/usr
define RPI_USERLAND_POST_TARGET_CLEANUP
rm -Rf $(TARGET_DIR)/usr/src
endef
RPI_USERLAND_POST_INSTALL_TARGET_HOOKS += RPI_USERLAND_POST_TARGET_CLEANUP
$(eval $(cmake-package))