Skip to content

Commit

Permalink
Merge pull request nxhack#383 from nxhack/dev
Browse files Browse the repository at this point in the history
node-homebridge: update to 0.4.45
  • Loading branch information
Hirokazu MORIKAWA authored Sep 19, 2018
2 parents bbf1aa8 + f151506 commit b0ef0cf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-homebridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=homebridge
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.4.44
PKG_VERSION:=0.4.45
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=dfe9b7457f2c25ff46e8a6bae5e9d952eb9d57cfa008c0d9fceee32d3d3ce38f
PKG_HASH:=7540c27de05f708820363e69904d50c8f6a750f80728f84954f5fadc609d9146

PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0
Expand Down
21 changes: 21 additions & 0 deletions node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ define Package/node-npm/description
NPM is the package manager for Node.js
endef

#define Package/node-inspect
# SECTION:=lang
# CATEGORY:=Languages
# SUBMENU:=Node.js
# TITLE:=Node Inspect
# URL:=http://npmjs.com/
# DEPENDS:=+node
#endef

#define Package/node-inspect/description
# node-inspect re-implementing node debug against the new V8 debugger protocol.
#endef

define Package/node/config
menu "Configuration"
depends on PACKAGE_node
Expand Down Expand Up @@ -201,6 +214,14 @@ ifneq ($(CONFIG_NODEJS_6),y)
endif
endef

#define Package/node-inspect/install
# $(INSTALL_DIR) $(1)/usr/lib/node_modules
# $(CP) $(PKG_INSTALL_DIR)/usr/lib/node_modules/* $(1)/usr/lib/node_modules/
# $(INSTALL_DIR) $(1)/usr/bin
# $(LN) ../lib/node_modules/node-inspect/cli.js $(1)/usr/bin/node-inspect
#endef

$(eval $(call HostBuild))
$(eval $(call BuildPackage,node))
$(eval $(call BuildPackage,node-npm))
#$(eval $(call BuildPackage,node-inspect))

0 comments on commit b0ef0cf

Please sign in to comment.