diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_0.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.3.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.3.bb index dc04326bc9..65a7bcc5ff 100644 --- a/meta-networking/recipes-filter/nftables/nftables_0.9.3.bb +++ b/meta-networking/recipes-filter/nftables/nftables_0.9.3.bb | |||
| @@ -29,5 +29,5 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | |||
| 29 | RRECOMMENDS_${PN} += "kernel-module-nf-tables" | 29 | RRECOMMENDS_${PN} += "kernel-module-nf-tables" |
| 30 | 30 | ||
| 31 | PACKAGES =+ "${PN}-python" | 31 | PACKAGES =+ "${PN}-python" |
| 32 | FILES_${PN}-python = "${libdir}/${PYTHON_DIR}" | 32 | FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" |
| 33 | RDEPENDS_${PN}-python = "python3-core python3-json" | 33 | RDEPENDS_${PN}-python = "python3-core python3-json" |
