mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d9473a0601
commit
8c429e4109
@@ -37,6 +37,4 @@ PACKAGES =+ "${PN}-extra"
|
||||
FILES_${PN}-extra = "${datadir}/${BPN}/completions/ \
|
||||
${datadir}/${BPN}/helpers/"
|
||||
|
||||
FILES_${PN}-dev += "${datadir}/cmake"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user