summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb')
-rw-r--r--meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb b/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb
deleted file mode 100644
index 34b7aa64aa..0000000000
--- a/meta-oe/recipes-gnome/gtkextra/gtkextra_3.0.5.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Gtk+Extra is a set of custom widget for plots and images"
2HOMEPAGE = "http://gtkextra.sourceforge.net/"
3
4LICENSE = "LGPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
6
7SRC_URI = "${SOURCEFORGE_MIRROR}/gtkextra/${BP}.tar.gz \
8 file://remove-tutorial.patch \
9"
10
11SRC_URI[md5sum] = "486cea93666020f85f101ed8341baf41"
12SRC_URI[sha256sum] = "9cab6c5d6b792eb828d17cec2b9c1baba2ef57f789a290464afab80b53969e65"
13
14DEPENDS = "gtk+"
15
16inherit autotools pkgconfig gobject-introspection
17
18# | ./.libs/libgtkextra-x11-3.0.so: error: undefined reference to 'roundint'
19PNBLACKLIST[gtkextra] ?= "BROKEN: Fails to build with gcc-5 - the recipe will be removed on 2017-09-01 unless the issue is fixed"