summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/recipes-openscap
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security-compliance/recipes-openscap')
-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