aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-09-15 07:21:52 -0700
committerGitHub <noreply@github.com>2019-09-15 07:21:52 -0700
commit744fc978205d6f87faefecc6c3b18db612729576 (patch)
tree546a8aa7f6239b79938ca01267cccf4b76dd6d96 /net
parent1126368e0e855107be91ecb5b206505237b9fee2 (diff)
parentc3bacb6631ebf7591979179a660b8609f765b173 (diff)
Merge pull request #9584 from ynezz/upstream/move-scons
scons: move host build tool to a proper place
Diffstat (limited to 'net')
-rw-r--r--net/iotivity/Makefile4
-rw-r--r--net/smartsnmpd/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/net/iotivity/Makefile b/net/iotivity/Makefile
index cbaf945d6..488f575c3 100644
--- a/net/iotivity/Makefile
+++ b/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 python/host
+PKG_BUILD_DEPENDS:=boost python/host scons/host
PKG_MAINTAINER:=Hauke Mehrtens <hauke.mehrtens@intel.com>
@@ -37,7 +37,7 @@ PKG_CONFIG_DEPENDS := \
CONFIG_PACKAGE_iotivity_SECURE
include $(INCLUDE_DIR)/package.mk
-include $(INCLUDE_DIR)/scons.mk
+include ../../devel/scons/scons.mk
define Package/iotivity
diff --git a/net/smartsnmpd/Makefile b/net/smartsnmpd/Makefile
index f54189670..369a2e34d 100644
--- a/net/smartsnmpd/Makefile
+++ b/net/smartsnmpd/Makefile
@@ -23,7 +23,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=scons/host
include $(INCLUDE_DIR)/package.mk
-include $(INCLUDE_DIR)/scons.mk
+include ../../devel/scons/scons.mk
define Package/smartsnmpd
SECTION:=net