Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY = "script for checking on linux kernel hardening"
- HOMEPAGE = "https://github.com/a13xp0p0v/kconfig-hardened-check"
- LICENSE = "GPL-3.0-only"
- LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
- DEPENDS += "python3-native"
- SRC_URI = "\
- git://github.com/a13xp0p0v/kconfig-hardened-check.git;protocol=https;branch=master \
- "
- SRCREV = "f4dbe258ff3d37489962ea9cf210192ae7ff9280"
- UNPACKDIR ??= "${WORKDIR}/sources-unpack"
- S = "${UNPACKDIR}/git"
- inherit setuptools3
- inherit_defer native
- FILES:${PN} += "${bindir}"
- RDEPENDS:${PN}:class-nativesdk += "\
- nativesdk-python3-core \
- nativesdk-python3-json \
- "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement