]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
util-linux-libuuid: use util-linux's CVE_PRODUCT value
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Wed, 29 Jan 2025 16:29:38 +0000 (10:29 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Feb 2025 08:03:36 +0000 (08:03 +0000)
util-linux and util-linux-libuuid should use the same CVE_PRODUCT
since they're the same product. They're just split off for package
dependency reasons.  Prior to this patch the libuuid recipe gave the
wrong CVE_PRODUCT value, causing some CVE check tools to fail on it.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-core/util-linux/util-linux.inc

index 56162ab147936b641caa523db442ca16fcdc31e5..580ff488e421b8704efa7e9ca6e95123a86d3588 100644 (file)
@@ -43,3 +43,5 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin
            "
 
 SRC_URI[sha256sum] = "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3"
+
+CVE_PRODUCT = "util-linux"