aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-07-28 00:13:15 +0200
committerPetr Štetiar <ynezz@true.cz>2019-09-13 07:14:08 +0200
commitc3bacb6631ebf7591979179a660b8609f765b173 (patch)
tree9e44d95f5d3b36a87823d6163cc17f4665202c39 /net
parent7087efd72a8d75c859ef7e7e6f21e1013f9c92ca (diff)
iotivity,smartsnmpd,gpsd: use scons from feed
commit 0c090fde68b2 ("scons: move host build tool to a proper place") has moved scons into the packages feeds, so switch to that package include and adjust build dependency to a new scons home. Signed-off-by: Petr Štetiar <ynezz@true.cz>
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