Merge pull request #6705 from cotequeiroz/libupm_swig
libupm: don't set SWIG_DIR, force python 2.7
This commit is contained in:
commit
fa42f59c9b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=libupm
|
PKG_NAME:=libupm
|
||||||
PKG_VERSION:=0.4.0
|
PKG_VERSION:=0.4.0
|
||||||
|
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)-1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/intel-iot-devkit/upm.git
|
PKG_SOURCE_URL:=https://github.com/intel-iot-devkit/upm.git
|
||||||
|
@ -38,7 +38,7 @@ UPM_MODULES:= \
|
||||||
|
|
||||||
CMAKE_OPTIONS=-DBUILDARCH=$(CONFIG_ARCH) \
|
CMAKE_OPTIONS=-DBUILDARCH=$(CONFIG_ARCH) \
|
||||||
-DNODE_EXECUTABLE=$(STAGING_DIR_HOSTPKG)/bin/node \
|
-DNODE_EXECUTABLE=$(STAGING_DIR_HOSTPKG)/bin/node \
|
||||||
-DSWIG_DIR=$(STAGING_DIR_HOSTPKG)/bin
|
-DPython_ADDITIONAL_VERSIONS=2.7
|
||||||
|
|
||||||
define Package/libupm/Default
|
define Package/libupm/Default
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
|
|
Loading…
Reference in a new issue