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-oe/recipes-gnome/gtkhtml2 | |
| 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-oe/recipes-gnome/gtkhtml2')
| -rw-r--r-- | meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch | 32 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 41 |
2 files changed, 0 insertions, 73 deletions
diff --git a/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch b/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch deleted file mode 100644 index b3eb3960c1..0000000000 --- a/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 4b17eed4b8588569d11ec4bd2b6fa3c063830e6e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
| 3 | Date: Thu, 16 May 2013 18:44:50 +0200 | ||
| 4 | Subject: [PATCH] tests/main.c: fix build with glib 2.36 | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: project seems dead | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
| 12 | --- | ||
| 13 | tests/main.c | 2 ++ | ||
| 14 | 1 files changed, 2 insertions(+), 0 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/tests/main.c b/tests/main.c | ||
| 17 | index 61cce82..18165ed 100644 | ||
| 18 | --- a/tests/main.c | ||
| 19 | +++ b/tests/main.c | ||
| 20 | @@ -30,7 +30,9 @@ main (gint argc, gchar **argv) | ||
| 21 | { | ||
| 22 | GtkWidget *browser; | ||
| 23 | |||
| 24 | +#if !GLIB_CHECK_VERSION (2, 36, 0) | ||
| 25 | g_thread_init(NULL); | ||
| 26 | +#endif | ||
| 27 | |||
| 28 | gtk_init (&argc, &argv); | ||
| 29 | |||
| 30 | -- | ||
| 31 | 1.7.6.5 | ||
| 32 | |||
diff --git a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb deleted file mode 100644 index 021b077de1..0000000000 --- a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | DEPENDS = "gtk+ glib-2.0 libxml2" | ||
| 3 | SUMMARY = "A GTK+ HTML rendering library" | ||
| 4 | LICENSE = "LGPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 6 | |||
| 7 | SRCREV = "1161" | ||
| 8 | PV = "2.11.0+svnr${SRCPV}" | ||
| 9 | PR = "r5" | ||
| 10 | |||
| 11 | SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \ | ||
| 12 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-stylesheet-user.patch;striplevel=0;name=patch2 \ | ||
| 13 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-media.patch;striplevel=0;name=patch3 \ | ||
| 14 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ | ||
| 15 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-dom-functions.patch;striplevel=0;name=patch5 \ | ||
| 16 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/iain-mem-leak.patch;striplevel=0;name=patch6 \ | ||
| 17 | file://0001-tests-main.c-fix-build-with-glib-2.36.patch \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" | ||
| 21 | SRC_URI[patch2.sha256sum] = "df5cca50a8f95333505d7920929fea251daea3be25be6834a1c50a742d9eb674" | ||
| 22 | |||
| 23 | SRC_URI[patch3.md5sum] = "d3fe4cda3545f3e4718f1acc186608ab" | ||
| 24 | SRC_URI[patch3.sha256sum] = "3aefaa17ffa38143bf5df1161c51ab402d35bfbee41ab4643c313edf569165d5" | ||
| 25 | |||
| 26 | SRC_URI[patch4.md5sum] = "651b1601d8a1b21c8a3040fadb729043" | ||
| 27 | SRC_URI[patch4.sha256sum] = "d067e8331bf9c6851f1c6067d991a7f54327f532900b405ebdf8e149c071f381" | ||
| 28 | |||
| 29 | SRC_URI[patch5.md5sum] = "041be9711a16e629d01487664ba97152" | ||
| 30 | SRC_URI[patch5.sha256sum] = "42956fb41341cf82ae8bce18b4cf96a7e2aa631b1b60657afb6d7e9be7cd138c" | ||
| 31 | |||
| 32 | SRC_URI[patch6.md5sum] = "4e11dc7899d68f2be2e06ccee01d296d" | ||
| 33 | SRC_URI[patch6.sha256sum] = "1e2cc080e654c1839c5cb4b4adf4c62a23e7da208427f3ba0b16cfed9e5cfa98" | ||
| 34 | |||
| 35 | S = "${WORKDIR}/trunk" | ||
| 36 | |||
| 37 | inherit pkgconfig autotools | ||
| 38 | |||
| 39 | EXTRA_OECONF = " --disable-accessibility" | ||
| 40 | |||
| 41 | PNBLACKLIST[gtkhtml2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130633/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
