0001-node-add-python-host-to-HOST_BUILD_DEPENDS-as-well.patch 653 B

123456789101112131415161718
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Wed, 28 Oct 2015 01:10:09 +0100
  3. Subject: node: add python/host to HOST_BUILD_DEPENDS as well
  4. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
  5. diff --git a/lang/node/Makefile b/lang/node/Makefile
  6. index 65a53900c7a907f41380469571fb5bd22028f62e..243c8a5b69ae6bd12b84493de3b26992167f2c17 100644
  7. --- a/lang/node/Makefile
  8. +++ b/lang/node/Makefile
  9. @@ -14,6 +14,7 @@ PKG_RELEASE:=1
  10. PKG_SOURCE:=node-$(PKG_VERSION).tar.gz
  11. PKG_SOURCE_URL:=http://nodejs.org/dist/${PKG_VERSION}
  12. +HOST_BUILD_DEPENDS:=python/host
  13. PKG_BUILD_DEPENDS:=python/host
  14. PKG_INSTALL:=1
  15. PKG_USE_MIPS16:=0