lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | SUMMARY = "Utilities to manipulate SELinux policy module package" |
| 2 | DESCRIPTION = "\ |
| 3 | The utilities to create, expand, link and show the dependencies between \ |
| 4 | the SELinux policy module packages." |
| 5 | |
| 6 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+" |
| 8 | |
| 9 | DEPENDS += "libsepol" |
| 10 | RDEPENDS_${PN}-dev = "" |
| 11 | |
| 12 | EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a" |
| 13 | |
| 14 | PACKAGES =+ "\ |
| 15 | ${PN}-semodule-expand \ |
| 16 | ${PN}-semodule-link \ |
| 17 | ${PN}-semodule-package \ |
| 18 | " |
| 19 | FILES_${PN}-semodule-expand += "${bindir}/semodule_expand" |
| 20 | FILES_${PN}-semodule-link += "${bindir}/semodule_link" |
| 21 | FILES_${PN}-semodule-package += "\ |
| 22 | ${bindir}/semodule_package \ |
| 23 | ${bindir}/semodule_unpackage \ |
| 24 | " |
| 25 | |
| 26 | BBCLASSEXTEND = "native" |