mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
openscap: switch to libpcre2
The openscap added PCRE2 library since 2023 [1] [1] https://github.com/OpenSCAP/openscap/commit/cd1d4289581fa15527e516ddd07be814af7cba55 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
This commit is contained in:
@@ -6,8 +6,8 @@ HOME_URL = "https://www.open-scap.org/tools/openscap-base/"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||||
LICENSE = "LGPL-2.1-only"
|
LICENSE = "LGPL-2.1-only"
|
||||||
|
|
||||||
DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre xmlsec1"
|
DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre2 xmlsec1"
|
||||||
DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre-native xmlsec1-native"
|
DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre2-native xmlsec1-native"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \
|
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \
|
||||||
file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \
|
file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user