summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2
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-graphics/libsdl2
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-graphics/libsdl2')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb
index 54556abb27..3aac32159a 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb
@@ -76,6 +76,4 @@ do_configure_prepend() {
76 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR 76 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
77} 77}
78 78
79FILES_${PN}-dev += "${libdir}/cmake"
80
81BBCLASSEXTEND = "native nativesdk" 79BBCLASSEXTEND = "native nativesdk"