Advertisement
RobertBerger

Untitled

Sep 26th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. SUMMARY = "script for checking on linux kernel hardening"
  2. HOMEPAGE = "https://github.com/a13xp0p0v/kconfig-hardened-check"
  3.  
  4. LICENSE = "GPL-3.0-only"
  5. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
  6.  
  7. DEPENDS += "python3-native"
  8.  
  9. SRC_URI = "\
  10. git://github.com/a13xp0p0v/kconfig-hardened-check.git;protocol=https;branch=master \
  11. "
  12. SRCREV = "f4dbe258ff3d37489962ea9cf210192ae7ff9280"
  13. UNPACKDIR ??= "${WORKDIR}/sources-unpack"
  14. S = "${UNPACKDIR}/git"
  15.  
  16. inherit setuptools3
  17. inherit_defer native
  18.  
  19. FILES:${PN} += "${bindir}"
  20.  
  21. RDEPENDS:${PN}:class-nativesdk += "\
  22. nativesdk-python3-core \
  23. nativesdk-python3-json \
  24. "
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement