From 245db893b88a30b958310a2d86fcb7fb65d97eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Thu, 23 Jan 2020 16:58:48 +0100 Subject: [PATCH] Remove obsolete section on Yocto recipes for sdbus-c++ --- docs/using-sdbus-c++.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/using-sdbus-c++.md b/docs/using-sdbus-c++.md index e648a51..a7ebce2 100644 --- a/docs/using-sdbus-c++.md +++ b/docs/using-sdbus-c++.md @@ -100,20 +100,6 @@ Tip: If you get `ERROR: Program or command 'getent' not found or not executable` Contributors willing to help with bringing sdbus-c++ to other popular package systems are welcome. -### Yocto - -There are sdbus-c++ recipes for already released Yocto versions (for versions Sumo and newer) available in the meta-oe layer of meta-openembedded fork at Kistler-Group: - - * [sdbus-c++ recipes for Yocto Sumo](https://github.com/Kistler-Group/meta-openembedded/tree/sumo-with-sdbus-c%2B%2B/meta-oe/recipes-core/sdbus-c%2B%2B) - * [sdbus-c++ recipes for Yocto Thud](https://github.com/Kistler-Group/meta-openembedded/tree/thud-with-sdbus-c%2B%2B/meta-oe/recipes-core/sdbus-c%2B%2B) - * [sdbus-c++ recipes for Yocto Warrior](https://github.com/Kistler-Group/meta-openembedded/tree/warrior-with-sdbus-c%2B%2B/meta-oe/recipes-core/sdbus-c%2B%2B) - -Also, there is currently a pull request pending that pushes there recipes upstream -- to the OpenEmbedded project, so they will be officially available for the upcoming Yocto release. - - - - - Header files and namespaces ---------------------------