]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python3-pkgconfig: Identified that this module is only required as a build time depen...
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 10 May 2023 13:04:20 +0000 (15:04 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 18 May 2023 09:31:12 +0000 (09:31 +0000)
- Moved rootfile from common to packages and commented out all entries.
- Updated lfs file from addon to core package that is only used for build

Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/python3-pkgconfig [moved from config/rootfiles/packages/python3-pkgconfig with 71% similarity]
lfs/python3-pkgconfig

similarity index 71%
rename from config/rootfiles/packages/python3-pkgconfig
rename to config/rootfiles/common/python3-pkgconfig
index 54c0155a4e0e2d944c951280c737e24dfd1e0fdd..8f436a3eb1fcb74fc09629fa972d7f35f98f8402 100644 (file)
@@ -1,8 +1,8 @@
-usr/lib/python3.10/site-packages/pkgconfig
+#usr/lib/python3.10/site-packages/pkgconfig
 #usr/lib/python3.10/site-packages/pkgconfig-1.5.5-py3.10.egg-info
 #usr/lib/python3.10/site-packages/pkgconfig-1.5.5-py3.10.egg-info/PKG-INFO
 #usr/lib/python3.10/site-packages/pkgconfig-1.5.5-py3.10.egg-info/SOURCES.txt
 #usr/lib/python3.10/site-packages/pkgconfig-1.5.5-py3.10.egg-info/dependency_links.txt
 #usr/lib/python3.10/site-packages/pkgconfig-1.5.5-py3.10.egg-info/top_level.txt
-usr/lib/python3.10/site-packages/pkgconfig/__init__.py
-usr/lib/python3.10/site-packages/pkgconfig/pkgconfig.py
+#usr/lib/python3.10/site-packages/pkgconfig/__init__.py
+#usr/lib/python3.10/site-packages/pkgconfig/pkgconfig.py
index a91aca39b60f16f6f9f567b0ba65f301e4dd94fa..7cf18988d7f558794428f614a6265283e05fba01 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -32,12 +32,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = python3-pkgconfig
-PAK_VER    = 1
-
-DEPS       =
-
-SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -57,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist:
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, b2sum
 ###############################################################################