mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
rrdtool: fix multilib problem
When building rrdtool with multilib enabled, we would meet the following error. ERROR: QA Issue: rrdtool: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/rrdtool.so .... Fix this problem by using nonarch_libdir instead of libdir. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8e26d2cddf
commit
ff477aa4e6
@@ -117,8 +117,8 @@ RDEPENDS_${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module-
|
|||||||
|
|
||||||
DESCRIPTION_${PN}-python = \
|
DESCRIPTION_${PN}-python = \
|
||||||
"The ${PN}-python package includes RRDtool bindings for python."
|
"The ${PN}-python package includes RRDtool bindings for python."
|
||||||
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
FILES_${PN}-python = "${nonarch_libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||||
RDEPENDS_${PN}-python = "python"
|
RDEPENDS_${PN}-python = "python"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \
|
FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \
|
||||||
${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug"
|
${nonarch_libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug"
|
||||||
|
|||||||
Reference in New Issue
Block a user