mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
0a73a14fbb
* Set B="${S}/build" to fix the build failure for out of source
directory
* Remove do_complile and do_install. Use the default functions from
cmake.bbclass.
* Install the artifacts to /usr/share rather than /usr/local/share
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
10 lines
300 B
BlitzBasic
10 lines
300 B
BlitzBasic
SUMARRY = "SCAP content for various platforms, OE changes"
|
|
|
|
SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed"
|
|
SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;"
|
|
PV = "0.1.44+git${SRCPV}"
|
|
|
|
require scap-security-guide.inc
|
|
|
|
EXTRA_OECMAKE += "-DSSG_PRODUCT_OPENEMBEDDED=ON"
|