mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
nftables: Package python scripts into nonarch libdir
Helps fixing packaging errors on mulilib builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,5 +29,5 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}
|
|||||||
RRECOMMENDS_${PN} += "kernel-module-nf-tables"
|
RRECOMMENDS_${PN} += "kernel-module-nf-tables"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-python"
|
PACKAGES =+ "${PN}-python"
|
||||||
FILES_${PN}-python = "${libdir}/${PYTHON_DIR}"
|
FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}"
|
||||||
RDEPENDS_${PN}-python = "python3-core python3-json"
|
RDEPENDS_${PN}-python = "python3-core python3-json"
|
||||||
|
|||||||
Reference in New Issue
Block a user