summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme_1.16.0.bb
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:33:28 +0100
commite6f62b8e639a79626d95568c070a410c24bce25e (patch)
treec5d18d9ffb702b323f787a71ea84c537ad53fb7c /meta/recipes-support/gpgme/gpgme_1.16.0.bb
parentc996cabf88c4f432fcd93ea60e109c63d77e4b60 (diff)
downloadopenembedded-core-contrib-e6f62b8e639a79626d95568c070a410c24bce25e.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. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.16.0.bb')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.16.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.16.0.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb
index 86dd69f0a1..13f456fcfc 100644
--- a/meta/recipes-support/gpgme/gpgme_1.16.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.16.0.bb
@@ -72,9 +72,7 @@ PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-gpg ', ''
FILES_${PN}-cpp = "${libdir}/libgpgmepp.so.*"
FILES_python2-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
FILES_python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
-FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/* \
- ${libdir}/cmake/* \
-"
+FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*"
CFLAGS_append_libc-musl = " -D__error_t_defined "
do_configure_prepend () {