mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
libproxy: Rely on cmake.bbclass to put cmake package files in dev package
cmake.bbclass now ensures that ${datadir}/cmake ends up in the dev package,
so this recipe doesn't need to do so itself.
(From OE-Core rev: bb70e05e709d1e1bb1e2a490d1de244fba703f54)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc239623b9
commit
492f842360
@@ -34,4 +34,3 @@ EXTRA_OECMAKE += " \
|
||||
SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"
|
||||
|
||||
FILES_${PN} += "${libdir}/${BPN}/${PV}/modules"
|
||||
FILES_${PN}-dev += "${datadir}/cmake"
|
||||
|
||||
Reference in New Issue
Block a user