diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-11-14 09:48:55 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-12-19 11:09:21 -0500 |
commit | d5ba537789edf93db9156fc6aae12e5ff917e575 (patch) | |
tree | 09214b8402d26614a56db044be4e6c808972e2ae | |
parent | 751d5a3f2abb7cf629136fd6dc752d63477058cf (diff) | |
download | meta-selinux-d5ba537789edf93db9156fc6aae12e5ff917e575.tar.gz |
selinux-dbus: uprev to 2.9 (20190315)
* Switch to python3
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/selinux-dbus.inc | 2 | ||||
-rw-r--r-- | recipes-security/selinux/selinux-dbus_2.8.bb | 7 | ||||
-rw-r--r-- | recipes-security/selinux/selinux-dbus_2.9.bb | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/recipes-security/selinux/selinux-dbus.inc b/recipes-security/selinux/selinux-dbus.inc index 1b66136..62e45b7 100644 --- a/recipes-security/selinux/selinux-dbus.inc +++ b/recipes-security/selinux/selinux-dbus.inc | |||
@@ -5,7 +5,7 @@ Provide SELinux dbus service files and scripts." | |||
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "python selinux-python-sepolicy" | 8 | RDEPENDS_${PN} += "python3-core selinux-python-sepolicy" |
9 | 9 | ||
10 | FILES_${PN} += "\ | 10 | FILES_${PN} += "\ |
11 | ${datadir}/system-config-selinux/selinux_server.py \ | 11 | ${datadir}/system-config-selinux/selinux_server.py \ |
diff --git a/recipes-security/selinux/selinux-dbus_2.8.bb b/recipes-security/selinux/selinux-dbus_2.8.bb deleted file mode 100644 index 5091624..0000000 --- a/recipes-security/selinux/selinux-dbus_2.8.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | include selinux_20180524.inc | ||
2 | include ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "23f0264df3ed123904a17d71f2a5b325" | ||
7 | SRC_URI[sha256sum] = "3339cb9cd77579bab6158afc054409c3bf952e282ef957ea732b19c9f4697bc6" | ||
diff --git a/recipes-security/selinux/selinux-dbus_2.9.bb b/recipes-security/selinux/selinux-dbus_2.9.bb new file mode 100644 index 0000000..ab00ffc --- /dev/null +++ b/recipes-security/selinux/selinux-dbus_2.9.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require selinux_20190315.inc | ||
2 | require ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "e403f9745fad67aae5903909572ca5b8" | ||
7 | SRC_URI[sha256sum] = "ac54cecdea6a88b4a818981ac82654d054a3c5232b1b282ebf7418c3e350cc7a" | ||