aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/waffle
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-03-16 10:45:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 10:59:03 +0000
commitc9959f2a69e7edfe8b9e4a7bc99f0d77f03aff73 (patch)
treefb955fc4444108f463898cd686692851bf6077bc /meta/recipes-graphics/waffle
parentc4ae1e2c98bee62fcc8db4849b6a4f9a5996a210 (diff)
downloadopenembedded-core-contrib-c9959f2a69e7edfe8b9e4a7bc99f0d77f03aff73.tar.gz
waffle: drop unneeded setting of EXTRA_OECMAKE
base.bbclass already sets EXTRA_OECMAKE when cmake.bbclass is inherited. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/waffle')
-rw-r--r--meta/recipes-graphics/waffle/waffle_1.3.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.3.0.bb b/meta/recipes-graphics/waffle/waffle_1.3.0.bb
index a6d1acdf31..fe9609c5b0 100644
--- a/meta/recipes-graphics/waffle/waffle_1.3.0.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.3.0.bb
@@ -26,7 +26,4 @@ PACKAGECONFIG[gbm] = "-Dwaffle_has_wayland=1,,virtual/libgl udev"
# I say virtual/libgl, actually wants egl.pc
PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,,virtual/libgl libxcb"
-# Take the flags added by PACKAGECONFIG and pass them to cmake.
-EXTRA_OECMAKE = "${EXTRA_OECONF}"
-
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindWaffle.cmake"