summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.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:34:26 +0100
commit8c429e4109e9397a26fb632c1617d251098193bc (patch)
tree41127bb974378c0c6ebcc93f9eba3478050035fb /meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
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-gnome/gtk-doc/gtk-doc_1.33.2.bb')
-rw-r--r--meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
index 3b308318b2..23cd25986e 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
@@ -48,7 +48,6 @@ do_install_append () {
48} 48}
49 49
50FILES_${PN} += "${datadir}/sgml" 50FILES_${PN} += "${datadir}/sgml"
51FILES_${PN}-dev += "${libdir}/cmake"
52FILES_${PN}-doc = "" 51FILES_${PN}-doc = ""
53 52
54SYSROOT_PREPROCESS_FUNCS_append_class-native = " gtkdoc_makefiles_sysroot_preprocess" 53SYSROOT_PREPROCESS_FUNCS_append_class-native = " gtkdoc_makefiles_sysroot_preprocess"