diff options
| author | hongxu <hongxu.jia@windriver.com> | 2025-12-01 15:03:20 +0800 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-12-22 06:35:47 +0200 |
| commit | 51cc72c2d7f4ee900d201217db4e356832aa768b (patch) | |
| tree | 341d7eead29f5c71780a4e77edd6cb72b9ff3e46 | |
| parent | fb1925ec167eec88d355d4d1a9172a55b1336290 (diff) | |
| download | meta-security-51cc72c2d7f4ee900d201217db4e356832aa768b.tar.gz | |
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>
| -rw-r--r-- | recipes-compliance/openscap/openscap_1.4.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-compliance/openscap/openscap_1.4.2.bb b/recipes-compliance/openscap/openscap_1.4.2.bb index da1dbbb..7b3786e 100644 --- a/recipes-compliance/openscap/openscap_1.4.2.bb +++ b/recipes-compliance/openscap/openscap_1.4.2.bb | |||
| @@ -6,8 +6,8 @@ HOME_URL = "https://www.open-scap.org/tools/openscap-base/" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 7 | LICENSE = "LGPL-2.1-only" | 7 | LICENSE = "LGPL-2.1-only" |
| 8 | 8 | ||
| 9 | DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre xmlsec1" | 9 | DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre2 xmlsec1" |
| 10 | DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre-native xmlsec1-native" | 10 | DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre2-native xmlsec1-native" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \ | 12 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \ |
| 13 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ | 13 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ |
