Skip to content

Commit

Permalink
cleanup packages info
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Dec 3, 2019
1 parent 9b7aa79 commit b12994a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 190 deletions.
2 changes: 1 addition & 1 deletion openwrt/package/nodejs/node-caps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CMAKE_OPTIONS += -DCMAKE_INSTALL_DIR=$(NODE_MODULE_DIR)

define Package/node-caps
SECTION:=libs
CATEGORY:=node_modules
CATEGORY:=nodejs
TITLE:=node-caps
DEPENDS:=+libstdcpp +shadow-node +mingutils
endef
Expand Down
2 changes: 1 addition & 1 deletion openwrt/package/nodejs/node-flock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CMAKE_OPTIONS += -DCMAKE_INSTALL_DIR=$(NODE_MODULE_DIR)

define Package/node-flock
SECTION:=libs
CATEGORY:=node_modules
CATEGORY:=nodejs
TITLE:=node-flock
DEPENDS:=+libstdcpp +shadow-node
endef
Expand Down
2 changes: 1 addition & 1 deletion openwrt/package/nodejs/node-flora/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CMAKE_OPTIONS += -DCMAKE_INSTALL_DIR=$(NODE_MODULE_DIR)

define Package/node-flora
SECTION:=libs
CATEGORY:=node_modules
CATEGORY:=nodejs
TITLE:=node-flora
DEPENDS:=+libstdcpp +shadow-node +flora
endef
Expand Down
21 changes: 0 additions & 21 deletions openwrt/package/yodaos/applications/setup-app-ble/Config.in

This file was deleted.

162 changes: 0 additions & 162 deletions openwrt/package/yodaos/applications/setup-app-ble/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions openwrt/package/yodaos/products/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ endif

define Package/products
SECTION:=libs
CATEGORY:=rokid
CATEGORY:=yodaos
TITLE:=products
DEPENDS:= +!PRODUCT_WITHOUT_JS:jsruntime +ai-libs-common
DEPENDS:= +ai-libs-common
endef

define Package/products/config
Expand Down
4 changes: 2 additions & 2 deletions openwrt/package/yodaos/yodajs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/yodaos_*.h $(1)/usr/include
endef

define Package/jsruntime/install
define Package/yodajs/install
$(INSTALL_DIR) $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/manifest.json $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/hotplug.d $(1)/etc
Expand All @@ -88,4 +88,4 @@ define Package/jsruntime/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/node_modules/* $(1)/usr/lib/node_modules/
endef

$(eval $(call BuildPackage,jsruntime))
$(eval $(call BuildPackage,yodajs))

0 comments on commit b12994a

Please sign in to comment.