aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-19 18:43:48 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-20 16:07:50 -0800
commite919c1d508246eff6acf8d444ec8b9feb1bd36a0 (patch)
treeb9361fe86a521ad1dbbaa3491bea57b5b52c2910 /meta-networking
parent20b42c1de7b21979121869d35714bbb4419faec8 (diff)
downloadmeta-openembedded-e919c1d508246eff6acf8d444ec8b9feb1bd36a0.tar.gz
nftables: Package python scripts into nonarch libdir
Helps fixing packaging errors on mulilib builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.9.3.bb2
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)}
RRECOMMENDS_${PN} += "kernel-module-nf-tables"
PACKAGES =+ "${PN}-python"
-FILES_${PN}-python = "${libdir}/${PYTHON_DIR}"
+FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"
RDEPENDS_${PN}-python = "python3-core python3-json"