From 172ad68134d91699144a6b762c2c8dbf2b5af518 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 28 Oct 2015 01:15:03 +0100
Subject: [PATCH] node: add python/host to HOST_BUILD_DEPENDS as well

---
 ...on-host-to-HOST_BUILD_DEPENDS-as-well.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 patches/packages/openwrt/0002-node-add-python-host-to-HOST_BUILD_DEPENDS-as-well.patch

diff --git a/patches/packages/openwrt/0002-node-add-python-host-to-HOST_BUILD_DEPENDS-as-well.patch b/patches/packages/openwrt/0002-node-add-python-host-to-HOST_BUILD_DEPENDS-as-well.patch
new file mode 100644
index 000000000..f0c746aa5
--- /dev/null
+++ b/patches/packages/openwrt/0002-node-add-python-host-to-HOST_BUILD_DEPENDS-as-well.patch
@@ -0,0 +1,18 @@
+From: Matthias Schiffer <mschiffer@universe-factory.net>
+Date: Wed, 28 Oct 2015 01:10:09 +0100
+Subject: node: add python/host to HOST_BUILD_DEPENDS as well
+
+Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
+
+diff --git a/lang/node/Makefile b/lang/node/Makefile
+index 65a5390..243c8a5 100644
+--- a/lang/node/Makefile
++++ b/lang/node/Makefile
+@@ -14,6 +14,7 @@ PKG_RELEASE:=1
+ PKG_SOURCE:=node-$(PKG_VERSION).tar.gz
+ PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION}
+ 
++HOST_BUILD_DEPENDS:=python/host
+ PKG_BUILD_DEPENDS:=python/host
+ PKG_INSTALL:=1
+ PKG_USE_MIPS16:=0
-- 
GitLab