diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-03-13 13:50:43 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2021-03-17 09:39:50 -0400 |
| commit | 018714a5214f46a3fc99e712df308ffbe033b59b (patch) | |
| tree | 28d9d40ce8b67164c858198412fd32285c8a4bd9 | |
| parent | f1cbb574f1e98a6f5779b70f1b37eedaaa2afec3 (diff) | |
| download | meta-selinux-018714a5214f46a3fc99e712df308ffbe033b59b.tar.gz | |
semodule-utils: update to 3.2
Merge inc file into bb file.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
| -rw-r--r-- | recipes-security/selinux/semodule-utils_3.1.bb | 7 | ||||
| -rw-r--r-- | recipes-security/selinux/semodule-utils_3.2.bb (renamed from recipes-security/selinux/semodule-utils.inc) | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/recipes-security/selinux/semodule-utils_3.1.bb b/recipes-security/selinux/semodule-utils_3.1.bb deleted file mode 100644 index 02a63f8..0000000 --- a/recipes-security/selinux/semodule-utils_3.1.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | require selinux_20200710.inc | ||
| 2 | require ${BPN}.inc | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "d9520d0cdef3d1be412155dc72ec2936" | ||
| 7 | SRC_URI[sha256sum] = "0cc37f9cec751d9c2abb5f2b228b060567e973cb47c19b53b8a4a7378baaa853" | ||
diff --git a/recipes-security/selinux/semodule-utils.inc b/recipes-security/selinux/semodule-utils_3.2.bb index 23cbd14..7773d5b 100644 --- a/recipes-security/selinux/semodule-utils.inc +++ b/recipes-security/selinux/semodule-utils_3.2.bb | |||
| @@ -2,20 +2,25 @@ SUMMARY = "Utilities to manipulate SELinux policy module package" | |||
| 2 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
| 3 | The utilities to create, expand, link and show the dependencies between \ | 3 | The utilities to create, expand, link and show the dependencies between \ |
| 4 | the SELinux policy module packages." | 4 | the SELinux policy module packages." |
| 5 | |||
| 6 | SECTION = "base" | 5 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 8 | |||
| 9 | require selinux_common.inc | ||
| 8 | 10 | ||
| 9 | DEPENDS += "libsepol" | 11 | DEPENDS += "libsepol" |
| 10 | RDEPENDS_${PN}-dev = "" | 12 | RDEPENDS_${PN}-dev = "" |
| 11 | 13 | ||
| 12 | EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a" | 14 | EXTRA_OEMAKE += "LIBSEPOLA=${STAGING_LIBDIR}/libsepol.a" |
| 13 | 15 | ||
| 16 | S = "${WORKDIR}/git/semodule-utils" | ||
| 17 | |||
| 14 | PACKAGES =+ "\ | 18 | PACKAGES =+ "\ |
| 15 | ${PN}-semodule-expand \ | 19 | ${PN}-semodule-expand \ |
| 16 | ${PN}-semodule-link \ | 20 | ${PN}-semodule-link \ |
| 17 | ${PN}-semodule-package \ | 21 | ${PN}-semodule-package \ |
| 18 | " | 22 | " |
| 23 | |||
| 19 | FILES_${PN}-semodule-expand += "${bindir}/semodule_expand" | 24 | FILES_${PN}-semodule-expand += "${bindir}/semodule_expand" |
| 20 | FILES_${PN}-semodule-link += "${bindir}/semodule_link" | 25 | FILES_${PN}-semodule-link += "${bindir}/semodule_link" |
| 21 | FILES_${PN}-semodule-package += "\ | 26 | FILES_${PN}-semodule-package += "\ |
