mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
waffle: Rely on cmake.bbclass to put cmake package files in dev package
cmake.bbclass now ensures that ${libdir}/cmake and ${datadir}/cmake end up
in the dev package, so this recipe doesn't need to do so itself.
(From OE-Core rev: f6b4f06c5b11860f02b896286471b5cbb57b66ae)
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
4192c657fe
commit
29fde69fd9
@@ -35,6 +35,3 @@ PACKAGECONFIG[gbm] = "-Dwaffle_has_gbm=1,-Dwaffle_has_gbm=0,virtual/${MLPREFIX}l
|
||||
|
||||
# I say virtual/libgl, actually wants egl.pc
|
||||
PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,-Dwaffle_has_x11_egl=0,virtual/${MLPREFIX}libgl libxcb"
|
||||
|
||||
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindWaffle.cmake \
|
||||
${libdir}/cmake/Waffle/"
|
||||
|
||||
Reference in New Issue
Block a user