[packages] i2c-tools: fix TARGET_CPPFLAGS

Fixes #13546 and #13857.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2013-12-15 21:12:47 +00:00
parent ec0ed19f94
commit 945c5a7bcc

View File

@ -62,7 +62,7 @@ define Package/python-smbus/description
This package contain the python bindings for Linux SMBus access through i2c-dev.
endef
TARGET_CPPFLAGS += -I$(LINUX_DIR)/include
TARGET_CPPFLAGS += -I$(PKG_BUILD_DIR)/include
ifdef CONFIG_PACKAGE_python-smbus
define Build/Compile/python-smbus