From 5e17a482feeddc430c1360e420da1eee8d3c6c9a Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 9 Aug 2022 17:48:20 +0200 Subject: [PATCH] waylandpp: remove recipe it has been added to meta-oe --- recipes-graphics/wayland/waylandpp_git.bb | 39 ----------------------- 1 file changed, 39 deletions(-) delete mode 100644 recipes-graphics/wayland/waylandpp_git.bb diff --git a/recipes-graphics/wayland/waylandpp_git.bb b/recipes-graphics/wayland/waylandpp_git.bb deleted file mode 100644 index e5ac820..0000000 --- a/recipes-graphics/wayland/waylandpp_git.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = " C++ binding for Wayland using the most modern C++ technology" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407" - -SRC_URI = "git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=master" - -DEPENDS = "pugixml" -DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" - -S = "${WORKDIR}/git" -SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" -PV = "1.0.0" - -inherit cmake pkgconfig - -EXTRA_OECMAKE:class-native = " \ - -DBUILD_SCANNER=ON \ - -DBUILD_LIBRARIES=OFF \ - -DBUILD_DOCUMENTATION=OFF \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -" - -EXTRA_OECMAKE:class-target = " \ - -DBUILD_SCANNER=ON \ - -DBUILD_LIBRARIES=ON \ - -DBUILD_DOCUMENTATION=OFF \ - -DBUILD_EXAMPLES=OFF \ - -DOPENGL_LIBRARY="-lEGL -lGLESv2" \ - -DOPENGL_opengl_LIBRARY=-lEGL \ - -DOPENGL_glx_LIBRARY=-lEGL \ - -DWAYLAND_SCANNERPP="${STAGING_BINDIR_NATIVE}/wayland-scanner++" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_VERBOSE_MAKEFILE=TRUE \ - -DCMAKE_EXE_LINKER_FLAGS="-Wl,--enable-new-dtags" \ -" - -BBCLASSEXTEND += "native nativesdk" -