[2/3] libstatgrab: Make it part of the core system

Message ID 20210708112005.22389-2-michael.tremer@ipfire.org
State Accepted
Commit b90de216481934303fba71deb8edec7a8896defd
Headers
Series [1/3] make.sh: Build libstatgrab before collectd |

Commit Message

Michael Tremer July 8, 2021, 11:20 a.m. UTC
  collectd will be using this

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 config/rootfiles/{packages => common}/libstatgrab | 0
 lfs/libstatgrab                                   | 4 ----
 2 files changed, 4 deletions(-)
 rename config/rootfiles/{packages => common}/libstatgrab (100%)
  

Patch

diff --git a/config/rootfiles/packages/libstatgrab b/config/rootfiles/common/libstatgrab
similarity index 100%
rename from config/rootfiles/packages/libstatgrab
rename to config/rootfiles/common/libstatgrab
diff --git a/lfs/libstatgrab b/lfs/libstatgrab
index d21b66160..eef514773 100644
--- a/lfs/libstatgrab
+++ b/lfs/libstatgrab
@@ -31,10 +31,6 @@  DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = libstatgrab
-PAK_VER    = 3
-
-DEPS       =
 
 ###############################################################################
 # Top-level Rules