mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
20b42c1de7
commit
e919c1d508
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user