[Buildroot] [git commit branch/2025.05.x] package/iputils: fix deprecated CPE
Arnout Vandecappelle
arnout at rnout.be
Thu Sep 25 19:57:52 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=4da319907d8f73abf925d50287e7be721d8a87e6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.05.x
The CPE 'iputils_project:iputils' has been deprecated in favour of
'iputils:iputils'.
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 4ac3c1de5643f6b2f3d6f118313517d50d746ff3)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/iputils/iputils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 842fdb8478..8e00513229 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -8,7 +8,7 @@ IPUTILS_VERSION = 20250605
IPUTILS_SITE = https://github.com/iputils/iputils/releases/download/$(IPUTILS_VERSION)
IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause
IPUTILS_LICENSE_FILES = LICENSE Documentation/LICENSE.BSD3 Documentation/LICENSE.GPL2
-IPUTILS_CPE_ID_VALID = YES
+IPUTILS_CPE_ID_VENDOR = iputils
IPUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
# Selectively build binaries
More information about the buildroot
mailing list