[oe-commits] [meta-openembedded] 08/25: nftables: Package python scripts into nonarch libdir

git at git.openembedded.org git at git.openembedded.org
Sat Dec 21 00:08:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e919c1d508246eff6acf8d444ec8b9feb1bd36a0
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Dec 19 18:43:48 2019 -0800

    nftables: Package python scripts into nonarch libdir
    
    Helps fixing packaging errors on mulilib builds
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-filter/nftables/nftables_0.9.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 dc04326..65a7bcc 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list