summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-07-16 16:09:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-19 13:34:26 +0100
commit8c429e4109e9397a26fb632c1617d251098193bc (patch)
tree41127bb974378c0c6ebcc93f9eba3478050035fb /meta/recipes-core/libxml
parentd9473a06014f4e1bbbaaf4a23c3ebbcb5773a0d3 (diff)
downloadpoky-8c429e4109e9397a26fb632c1617d251098193bc.tar.gz
meta: remove redundant ${libdir}/cmake from FILES_${PN}-dev
Since oe-core 543e39ad "bitbake.conf: handle cmake -dev files packaging with default rules" (June 2018) there's no need for recipes to add ${libdir}/cmake or ${datadir}/cmake to FILES_${PN}-dev themselves. (From OE-Core rev: e6f62b8e639a79626d95568c070a410c24bce25e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.12.bb b/meta/recipes-core/libxml/libxml2_2.9.12.bb
index 955d934d7d..2d1e92966f 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.12.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.12.bb
@@ -67,7 +67,7 @@ PACKAGE_BEFORE_PN += "${PN}-utils"
67PACKAGES += "${PN}-python" 67PACKAGES += "${PN}-python"
68 68
69FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" 69FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
70FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*" 70FILES_${PN}-dev += "${libdir}/xml2Conf.sh"
71FILES_${PN}-utils = "${bindir}/*" 71FILES_${PN}-utils = "${bindir}/*"
72FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" 72FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
73 73