Browse Source
Merge pull request #9727 from cotequeiroz/iotivity_py2
iotivity: force use of python2 for scons
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/iotivity/Makefile
|
|
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://mirrors.kernel.org/${PKG_NAME}/${PKG_VERSION}/ |
|
|
|
PKG_HASH:=7dcd9f0f48263c6b27a2c3d085dd7278b5c0feed1dfec8872a04899707fa23d8 |
|
|
|
PKG_USE_MIPS16:=0 |
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=boost |
|
|
|
PKG_BUILD_DEPENDS:=boost python/host |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Hauke Mehrtens <hauke.mehrtens@intel.com> |
|
|
|
|
|
|
@ -227,7 +227,7 @@ endef |
|
|
|
define Build/Configure |
|
|
|
(cd $(PKG_BUILD_DIR); \
|
|
|
|
$(SCONS_VARS) \
|
|
|
|
scons \
|
|
|
|
python2.7 $(STAGING_DIR_HOST)/bin/scons.py \
|
|
|
|
$(SCONS_OPTIONS) \
|
|
|
|
) |
|
|
|
endef |
|
|
|