diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-04-18 18:29:06 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-04-18 20:42:59 +0800 |
commit | 302f4d17e336171eba4e8ace4944b3531bd2bec9 (patch) | |
tree | 0038211554387c2db3f9d7f2f32ff362d155613c /libs/libupm/Makefile | |
parent | 5e3a6e9313bdd830a8fc2bbab52d50b8fc449631 (diff) |
libmraa,libupm: Disable default Python package build recipe
This adds PYTHON3_PKG_BUILD:=0, to disable the default Python package
build recipe. There should be no changes to build output.
This also updates include paths for python3-package.mk to be relative to
the package Makefile.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'libs/libupm/Makefile')
-rw-r--r-- | libs/libupm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libupm/Makefile b/libs/libupm/Makefile index b63b9d17f..7a2b8a2d2 100644 --- a/libs/libupm/Makefile +++ b/libs/libupm/Makefile @@ -24,10 +24,11 @@ CMAKE_INSTALL:=1 CMAKE_BINARY_SUBDIR:=build PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 +PYTHON3_PKG_BUILD:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk +include ../../lang/python/python3-package.mk UPM_MODULES:= \ a110x abp ad8232 adafruitms1438 adafruitss adc121c021 adis16448 ads1x15 adxl335 adxl345 \ |