mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
b9b575823d
* Add PACKAGECONFIG for gcrypt, nss3 and selinux * Use EXTRA_OECMAKE rather than EXTRA_OECONF * Set CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH instead of chrpath * Remove ptest since there are many host contamination issues on target. We will add it back when these issues are solved. * Drop the unused patch * Add PV Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
352 B
BlitzBasic
13 lines
352 B
BlitzBasic
# Copyright (C) 2017 Armin Kuster <akuster808@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMARRY = "NIST Certified SCAP 1.2 toolkit with OE changes"
|
|
|
|
include openscap.inc
|
|
|
|
SRCREV = "4bbdb46ff651f809d5b38ca08d769790c4bfff90"
|
|
SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3 \
|
|
"
|
|
|
|
PV = "1.3.1+git${SRCPV}"
|