From e5c53b546c381a087f606afe6c1655abfaa7f1a1 Mon Sep 17 00:00:00 2001 From: Javier Jorge Date: Thu, 31 Aug 2023 14:44:46 -0300 Subject: [PATCH] make remake --- packages/shared-state-node_info/Makefile | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/packages/shared-state-node_info/Makefile b/packages/shared-state-node_info/Makefile index bc67b6277..5b894b674 100644 --- a/packages/shared-state-node_info/Makefile +++ b/packages/shared-state-node_info/Makefile @@ -4,23 +4,15 @@ # This is free software, licensed under the GNU Affero General Public License v3. # -include $(TOPDIR)/rules.mk - -GIT_COMMIT_DATE:=$(shell git log -n 1 --pretty=%ad --date=short . ) -GIT_COMMIT_TSTAMP:=$(shell git log -n 1 --pretty=%at . ) - -PKG_NAME:=shared-state-node_info -PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP) - -include $(INCLUDE_DIR)/package.mk +include ../../libremesh.mk define Package/$(PKG_NAME) - TITLE:=Node information module for shared-state + SECTION:=lime CATEGORY:=LibreMesh + TITLE:=Node information module for shared-state MAINTAINER:= Javier - URL:=http://libremesh.org DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \ - +lime-system +ubus-lime-location shared-state + +lime-system +ubus-lime-location shared-state PKGARCH:=all endef @@ -28,12 +20,4 @@ define Package/$(PKG_NAME)/description Syncronize node information beween nodes. endef -define Build/Compile -endef - -define Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/ - $(CP) ./files/* $(1)/ -endef - $(eval $(call BuildPackage,$(PKG_NAME)))