fixup! gluon-debug: add new package to debug process runtime

This commit is contained in:
Martin Weinelt 2018-10-03 15:32:05 +02:00
parent 5428d119ba
commit 0e5604a46b

View File

@ -7,23 +7,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(GLUONDIR)/include/package.mk include $(GLUONDIR)/include/package.mk
define Package/gluon-debug define Package/gluon-debug
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Provides process runtime information to the network TITLE:=Provides process runtime information to the network
DEPENDS:=+libgluonutil +respondd DEPENDS:=+libgluonutil +respondd
endef endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Package/gluon-debug/install define Package/gluon-debug/install
$(CP) ./files/* $(1)/ $(Gluon/Build/Install)
$(INSTALL_DIR) $(1)/lib/gluon/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/debug.so
endef endef
$(eval $(call BuildPackage,gluon-debug)) $(eval $(call BuildPackage,gluon-debug))