diff options
-rw-r--r-- | meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb (renamed from meta-networking/recipes-connectivity/firewalld/firewalld_0.9.2.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.2.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb index 792c7ad617..9aad510b4e 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.2.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.3.bb | |||
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ | 8 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
9 | file://firewalld.init \ | 9 | file://firewalld.init \ |
10 | " | 10 | " |
11 | SRC_URI[sha256sum] = "f982c72d640b0677d510b73d9b05d377b4615c5ef36a3710c62350b39fb62efe" | 11 | SRC_URI[sha256sum] = "5998894db976d77996ca0a6b700a2f4125b9f283465fb255da9bddfb1640cb27" |
12 | 12 | ||
13 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 | 13 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 |
14 | DEPENDS = "intltool-native glib-2.0-native" | 14 | DEPENDS = "intltool-native glib-2.0-native nftables" |
15 | 15 | ||
16 | inherit gettext autotools bash-completion python3native gsettings systemd update-rc.d | 16 | inherit gettext autotools bash-completion python3native gsettings systemd update-rc.d |
17 | 17 | ||
@@ -75,7 +75,7 @@ FILES_${PN} += "\ | |||
75 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 75 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
76 | 76 | ||
77 | RDEPENDS_${PN} = "\ | 77 | RDEPENDS_${PN} = "\ |
78 | nftables \ | 78 | nftables-python \ |
79 | iptables \ | 79 | iptables \ |
80 | python3-core \ | 80 | python3-core \ |
81 | python3-io \ | 81 | python3-io \ |
@@ -87,5 +87,6 @@ RDEPENDS_${PN} = "\ | |||
87 | python3-slip-dbus \ | 87 | python3-slip-dbus \ |
88 | python3-decorator \ | 88 | python3-decorator \ |
89 | python3-pygobject \ | 89 | python3-pygobject \ |
90 | nftables-python \ | 90 | python3-json \ |
91 | python3-ctypes \ | ||
91 | " | 92 | " |