diff options
author | Yi Zhao <yi.zhao@eng.windriver.com> | 2024-08-20 07:44:38 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-20 13:03:42 -0400 |
commit | f6bb41ca4ac43dbe245f6bf86fdf09b9848486b5 (patch) | |
tree | 4aea04a2bc259f4e2ce02e097b9f926174f709c2 | |
parent | fbcaf87ba55641a2389def34b0be6e6d5294cc51 (diff) | |
download | meta-security-f6bb41ca4ac43dbe245f6bf86fdf09b9848486b5.tar.gz |
openscap: upgrade 1.3.10 -> 1.4.0
ChangeLog:
https://github.com/OpenSCAP/openscap/releases/tag/1.4.0
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-compliance/openscap/openscap_1.4.0.bb (renamed from recipes-compliance/openscap/openscap_1.3.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-compliance/openscap/openscap_1.3.10.bb b/recipes-compliance/openscap/openscap_1.4.0.bb index 5433573..de56e9d 100644 --- a/recipes-compliance/openscap/openscap_1.3.10.bb +++ b/recipes-compliance/openscap/openscap_1.4.0.bb | |||
@@ -9,12 +9,12 @@ LICENSE = "LGPL-2.1-only" | |||
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 libpcre 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 libpcre-native xmlsec1-native" |
11 | 11 | ||
12 | #March 18th, 2024 | 12 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=main;protocol=https \ |
13 | SRCREV = "6d008616978306ce5e68997dce554a1683064f8f" | ||
14 | SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \ | ||
15 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ | 13 | file://0001-CMakeLists.txt-fix-installation-directory-for-system.patch \ |
16 | " | 14 | " |
17 | 15 | ||
16 | SRCREV = "a01b5d6927c7bccf41d9c623fee0c5f7105db835" | ||
17 | |||
18 | S = "${UNPACKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
19 | 19 | ||
20 | inherit cmake pkgconfig python3native python3targetconfig perlnative systemd | 20 | inherit cmake pkgconfig python3native python3targetconfig perlnative systemd |