diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch')
| -rw-r--r-- | meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch b/meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch deleted file mode 100644 index 83e598e6a6..0000000000 --- a/meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | From c8419ef05ff92ffa3de2e626eb6acd5d2df3baa1 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Tue, 15 May 2012 13:40:05 +0200 | ||
| 4 | Subject: [PATCH] Fix glib includes | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | Upstream-Status: unknown | ||
| 9 | |||
| 10 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 11 | --- | ||
| 12 | src/trace.c | 5 +---- | ||
| 13 | 1 files changed, 1 insertions(+), 4 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/src/trace.c b/src/trace.c | ||
| 16 | index 5ea5c13..774c56d 100644 | ||
| 17 | --- a/src/trace.c | ||
| 18 | +++ b/src/trace.c | ||
| 19 | @@ -21,10 +21,7 @@ | ||
| 20 | |||
| 21 | #include "trace.h" | ||
| 22 | #include "system.h" | ||
| 23 | -#include <glib/gprintf.h> | ||
| 24 | -#include <glib/gutils.h> | ||
| 25 | -#include <glib/gslist.h> | ||
| 26 | -#include <glib/gstrfuncs.h> | ||
| 27 | +#include <glib.h> | ||
| 28 | #include <stdio.h> | ||
| 29 | #include <stdarg.h> | ||
| 30 | |||
| 31 | -- | ||
| 32 | 1.7.6.5 | ||
| 33 | |||
