summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/waffle
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2018-01-06 20:09:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 14:05:39 +0000
commit29fde69fd9d2294472fd3825dfbfdfb733e912ad (patch)
treea2e458e6caf72f7f01d4ebef74a0a9ed3470d27e /meta/recipes-graphics/waffle
parent4192c657fef5b0ad138e5852e6aaffc2ac650838 (diff)
downloadpoky-29fde69fd9d2294472fd3825dfbfdfb733e912ad.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/waffle')
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.5.2.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.5.2.bb b/meta/recipes-graphics/waffle/waffle_1.5.2.bb
index a5179db1da..43c3edc05a 100644
--- a/meta/recipes-graphics/waffle/waffle_1.5.2.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.5.2.bb
@@ -35,6 +35,3 @@ PACKAGECONFIG[gbm] = "-Dwaffle_has_gbm=1,-Dwaffle_has_gbm=0,virtual/${MLPREFIX}l
35 35
36# I say virtual/libgl, actually wants egl.pc 36# I say virtual/libgl, actually wants egl.pc
37PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,-Dwaffle_has_x11_egl=0,virtual/${MLPREFIX}libgl libxcb" 37PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,-Dwaffle_has_x11_egl=0,virtual/${MLPREFIX}libgl libxcb"
38
39FILES_${PN}-dev += "${datadir}/cmake/Modules/FindWaffle.cmake \
40 ${libdir}/cmake/Waffle/"