summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.bb (renamed from meta-security-compliance/recipes-openscap/openscap/openscap_1.2.14.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.14.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.bb
index 0d26959..4dacfa2 100644
--- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.14.bb
+++ b/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.15.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 = "7a924c0eea10d05f512660192c8c4aef447801a6" 14SRCREV = "240930d42611983c65ecae16dbca3248ce130921"
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 \
@@ -66,6 +66,7 @@ do_install_append_class-native () {
66TESTDIR = "tests" 66TESTDIR = "tests"
67 67
68do_compile_ptest() { 68do_compile_ptest() {
69 sed -i 's:python2:python:' ${S}/${TESTDIR}/nist/test_worker.py
69 echo 'buildtest-TESTS: $(check)' >> ${TESTDIR}/Makefile 70 echo 'buildtest-TESTS: $(check)' >> ${TESTDIR}/Makefile
70 oe_runmake -C ${TESTDIR} buildtest-TESTS 71 oe_runmake -C ${TESTDIR} buildtest-TESTS
71} 72}
@@ -78,5 +79,6 @@ do_install_ptest() {
78FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" 79FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
79 80
80RDEPENDS_${PN} += "libxml2 python libgcc" 81RDEPENDS_${PN} += "libxml2 python libgcc"
82RDEPENDS_${PN}-ptest = "bash perl python"
81 83
82BBCLASSEXTEND = "native" 84BBCLASSEXTEND = "native"