mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
openscap: switch to libpcre2
The openscap added PCRE2 library since 2023 [1]
[1] cd1d428958
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"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
|
||||
DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre xmlsec1"
|
||||
DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre-native xmlsec1-native"
|
||||
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 libpcre2-native xmlsec1-native"
|
||||
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \
|
||||
file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \
|
||||
|
||||
Reference in New Issue
Block a user