summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 13:21:05 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit58ab731ab6a77826130b124428d7d6e4a677e3d5 (patch)
tree9cc278358691bc6f03c26ee31245bfab04fd5a16
parentc9a21aae52a73317ede306008900e6461ea70ea4 (diff)
downloadmeta-security-58ab731ab6a77826130b124428d7d6e4a677e3d5.tar.gz
openscap: update 1.2.17
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb (renamed from meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb
index 7cbb1e2..e2a4fa2 100644
--- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.bb
+++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb
@@ -11,7 +11,7 @@ DEPENDS = "autoconf-archive pkgconfig gconf procps curl libxml2 rpm \
11 11
12DEPENDS_class-native = "autoconf-archive-native pkgconfig-native swig-native curl-native libxml2-native libxslt-native dpkg-native libgcrypt-native nss-native" 12DEPENDS_class-native = "autoconf-archive-native pkgconfig-native swig-native curl-native libxml2-native libxslt-native dpkg-native libgcrypt-native nss-native"
13 13
14SRCREV = "240930d42611983c65ecae16dbca3248ce130921" 14SRCREV = "59c234b3e9907480c89dfbd1b466a6bf72a2d2ed"
15SRC_URI = "git://github.com/akuster/openscap.git;branch=oe \ 15SRC_URI = "git://github.com/akuster/openscap.git;branch=oe \
16 file://crypto_pkgconfig.patch \ 16 file://crypto_pkgconfig.patch \
17 file://run-ptest \ 17 file://run-ptest \
@@ -46,6 +46,7 @@ do_configure_prepend () {
46 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/perl/Makefile.am 46 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/perl/Makefile.am
47 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/python3/Makefile.am 47 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/python3/Makefile.am
48 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/python2/Makefile.am 48 sed -i 's:-I/usr/include:-I${STAGING_INCDIR}:' ${S}/swig/python2/Makefile.am
49 sed -i 's:python2:python:' ${S}/utils/scap-as-rpm
49} 50}
50 51
51 52