diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-03-16 10:45:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 10:59:03 +0000 |
commit | c9959f2a69e7edfe8b9e4a7bc99f0d77f03aff73 (patch) | |
tree | fb955fc4444108f463898cd686692851bf6077bc /meta/recipes-graphics/waffle | |
parent | c4ae1e2c98bee62fcc8db4849b6a4f9a5996a210 (diff) | |
download | openembedded-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.bb | 3 |
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 a6d1acdf31f..fe9609c5b01 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" |