mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
8e26d2cddf
commit
ff477aa4e6
|
|
@ -117,8 +117,8 @@ RDEPENDS_${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module-
|
|||
|
||||
DESCRIPTION_${PN}-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"
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user