From 0e5604a46b8e18f5cc898dc8c6381de82da4651f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 3 Oct 2018 15:32:05 +0200 Subject: [PATCH] fixup! gluon-debug: add new package to debug process runtime --- package/gluon-debug/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/package/gluon-debug/Makefile b/package/gluon-debug/Makefile index cbf4e644..13aa15e0 100644 --- a/package/gluon-debug/Makefile +++ b/package/gluon-debug/Makefile @@ -7,23 +7,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(GLUONDIR)/include/package.mk - define Package/gluon-debug - SECTION:=gluon - CATEGORY:=Gluon TITLE:=Provides process runtime information to the network DEPENDS:=+libgluonutil +respondd endef -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Package/gluon-debug/install - $(CP) ./files/* $(1)/ - $(INSTALL_DIR) $(1)/lib/gluon/respondd - $(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/debug.so + $(Gluon/Build/Install) endef $(eval $(call BuildPackage,gluon-debug))