mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
Set CVE_PRODUCT of libatomic-ops to match NVD entries. (From OE-Core rev: b6ad7a3427f665e840ae7e9907adb960d1f8ed73) Signed-off-by: Intaek Hwang <intaek.hwang@gehealthcare.com> Signed-off-by: Maxin John <maxin.john@gehealthcare.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
900 B
BlitzBasic
25 lines
900 B
BlitzBasic
SUMMARY = "A library for atomic integer operations"
|
|
DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures."
|
|
HOMEPAGE = "https://github.com/ivmai/libatomic_ops/"
|
|
SECTION = "optional"
|
|
PROVIDES += "libatomics-ops"
|
|
LICENSE = "GPL-2.0-only & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://LICENSE;md5=5700d28353dfa2f191ca9b1bd707865e \
|
|
"
|
|
|
|
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz"
|
|
GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases"
|
|
|
|
SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51"
|
|
|
|
CVE_PRODUCT = "libatomic_ops"
|
|
|
|
S = "${WORKDIR}/libatomic_ops-${PV}"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
inherit autotools pkgconfig github-releases
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|