i2c-tools: Add i2c-dev.h to staging directory for userspace i2c drivers.

Signed-off-by: Jouko Nikula <jouko.nikula@espotel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jouko Nikula 2013-09-24 13:18:43 +03:00 committed by Thomas Petazzoni
parent 4a9e8a8db1
commit ff673f9a22
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2
I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases
I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus)
I2C_TOOLS_LICENSE_FILES = COPYING
I2C_TOOLS_INSTALL_STAGING = YES
define I2C_TOOLS_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
@ -21,4 +22,8 @@ define I2C_TOOLS_INSTALL_TARGET_CMDS
done
endef
define I2C_TOOLS_INSTALL_STAGING_CMDS
$(INSTALL) -D -m644 $(@D)/include/linux/i2c-dev.h $(STAGING_DIR)/usr/include/linux/
endef
$(eval $(generic-package))