summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-03-19 21:29:09 +0100
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:48:44 -0700
commit5c5c05dbf0ca12407c467625b23d5809be472cb9 (patch)
tree16f04f0adb0de37e2f0d8b6539b909b627c653ad /meta-gnome
parent187ef2f8c17bc388f93a2c736a5cff0248a66369 (diff)
downloadmeta-openembedded-5c5c05dbf0ca12407c467625b23d5809be472cb9.tar.gz
orbit2: remove
project is dead - last release was 2010 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2/0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch34
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2/0002-Use-AM_CPPFLAGS-instead-of-INCLUDES-and-fix-problem-.patch42
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch37
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch12
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb42
5 files changed, 0 insertions, 167 deletions
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2/0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch
deleted file mode 100644
index daf7464c3..000000000
--- a/meta-gnome/recipes-gnome/orbit2/orbit2/0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 10bd8094e1d94e5c737791c7f4b6b844f535c120 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Fri, 3 May 2013 10:00:16 +0200
4Subject: [PATCH] linc2/src/Makefile.am: fix build with glib 2.36
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Submitted [1]
10
11[1] https://bugzilla.gnome.org/show_bug.cgi?id=696900
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 linc2/src/Makefile.am | 3 +--
16 1 files changed, 1 insertions(+), 2 deletions(-)
17
18diff --git a/linc2/src/Makefile.am b/linc2/src/Makefile.am
19index 357a2dd..ba0e347 100644
20--- a/linc2/src/Makefile.am
21+++ b/linc2/src/Makefile.am
22@@ -12,8 +12,7 @@ INCLUDES = \
23 -I$(top_builddir)/linc2/include \
24 -I$(top_srcdir)/linc2/include \
25 $(LINC_CFLAGS) \
26- $(WARN_CFLAGS) \
27- -DG_DISABLE_DEPRECATED
28+ $(WARN_CFLAGS)
29
30 if OS_WIN32
31 else
32--
331.7.6.5
34
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2/0002-Use-AM_CPPFLAGS-instead-of-INCLUDES-and-fix-problem-.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/0002-Use-AM_CPPFLAGS-instead-of-INCLUDES-and-fix-problem-.patch
deleted file mode 100644
index 7993abb92..000000000
--- a/meta-gnome/recipes-gnome/orbit2/orbit2/0002-Use-AM_CPPFLAGS-instead-of-INCLUDES-and-fix-problem-.patch
+++ /dev/null
@@ -1,42 +0,0 @@
1From d91dbb42dc3b6073720027f68827acd0abee6d75 Mon Sep 17 00:00:00 2001
2From: Kjartan Maraas <kmaraas@gnome.org>
3Date: Tue, 14 May 2013 13:29:53 +0200
4Subject: [PATCH] Use AM_CPPFLAGS instead of INCLUDES and fix problem using
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstream-Status: Backport [1]
10
11[1] https://git.gnome.org/browse/ORBit2/commit/test/everything/Makefile.am?id=d91dbb42dc3b6073720027f68827acd0abee6d75
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 test/everything/Makefile.am | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18diff --git a/test/everything/Makefile.am b/test/everything/Makefile.am
19index 32beb36..cb4b1d6 100644
20--- a/test/everything/Makefile.am
21+++ b/test/everything/Makefile.am
22@@ -10,7 +10,7 @@ EVERYTHING_IDLOUT = \
23 $(EVERYTHING_BUILT) \
24 everything-imodule.c
25
26-INCLUDES = \
27+AM_CPPFLAGS = \
28 -I$(top_srcdir)/include \
29 -I$(top_builddir)/include \
30 -I$(top_builddir)/src \
31@@ -78,7 +78,7 @@ include $(top_srcdir)/Makefile.shared
32 BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
33 CLEANFILES = ${BUILT_SOURCES} iorfile
34
35-TESTS = $(srcdir)/test.sh
36+TESTS = $(top_builddir)/test/everything/test.sh
37
38 EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
39
40--
411.8.3.1
42
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch
deleted file mode 100644
index 5fc1de561..000000000
--- a/meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch
+++ /dev/null
@@ -1,37 +0,0 @@
1--- ORBit2-2.14.17/configure.in-orig 2009-01-10 09:36:18.000000000 -0800
2+++ ORBit2-2.14.17/configure.in 2009-06-17 15:10:59.000000000 -0700
3@@ -217,20 +217,20 @@ dnl
4 dnl So many people with broken linking setups asked about this
5 dnl it turned out to be necessary to check for this.
6 dnl
7-dofus_save_libs="$LIBS"
8-LIBS="$ORBIT_LIBS $LIBS"
9-AC_TRY_RUN([ #include <stdio.h>
10- main ()
11- {
12- return 0;
13- } ],,
14- AC_MSG_ERROR([
15-Linking is badly borked on your system. Please ensure your library path is correct
16-Check config.log for details - check near the end of the log above 'failed program was'
17-Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
18-prefix you're compiling on: '${prefix}' ]),
19-AC_MSG_WARN([Could not check for borked linking while cross-compiling]))
20-LIBS="$dofus_save_libs"
21+dnl dofus_save_libs="$LIBS"
22+dnl LIBS="$ORBIT_LIBS $LIBS"
23+dnl AC_TRY_RUN([ #include <stdio.h>
24+dnl main ()
25+dnl {
26+dnl return 0;
27+dnl } ],,
28+dnl AC_MSG_ERROR([
29+dnl Linking is badly borked on your system. Please ensure your library path is correct
30+dnl Check config.log for details - check near the end of the log above 'failed program was'
31+dnl Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
32+dnl prefix you're compiling on: '${prefix}' ]),
33+dnl AC_MSG_WARN([Could not check for borked linking while cross-compiling]))
34+dnl LIBS="$dofus_save_libs"
35
36 orig_CPPFLAGS=$CPPFLAGS
37 CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS"
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch
deleted file mode 100644
index f629e506d..000000000
--- a/meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1diff -urN ORBit2-2.14.12.orig/ORBit-2.0.pc.in ORBit2-2.14.12/ORBit-2.0.pc.in
2--- ORBit2-2.14.12.orig/ORBit-2.0.pc.in 2008-01-29 13:45:22.000000000 +0100
3+++ ORBit2-2.14.12/ORBit-2.0.pc.in 2008-09-23 20:13:07.000000000 +0200
4@@ -2,7 +2,7 @@
5 exec_prefix=@exec_prefix@
6 libdir=@libdir@
7 includedir=@includedir@
8-orbit_idl=@bindir@/orbit-idl-2@EXEEXT@
9+orbit_idl=@exec_prefix@/bin/orbit-idl-2@EXEEXT@
10
11
12 Name: ORBit-2.0
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
deleted file mode 100644
index eb4397263..000000000
--- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
+++ /dev/null
@@ -1,42 +0,0 @@
1SUMMARY = "CORBA ORB"
2HOMEPAGE = "http://www.gnome.org/projects/ORBit2"
3SECTION = "x11/gnome/libs"
4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6SRC_NAME = "ORBit2"
7SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
8SRC_URI = " \
9 ${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \
10 file://configure-lossage.patch \
11 file://pkgconfig-fix.patch \
12 file://0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch \
13 file://0002-Use-AM_CPPFLAGS-instead-of-INCLUDES-and-fix-problem-.patch \
14"
15SRC_URI[md5sum] = "7082d317a9573ab338302243082d10d1"
16SRC_URI[sha256sum] = "55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550"
17
18BBCLASSEXTEND = "native"
19
20IDL_COMPILER_DEPENDS = "orbit2-native"
21IDL_COMPILER_DEPENDS_class-native = " "
22DEPENDS = "libidl popt ${IDL_COMPILER_DEPENDS}"
23
24# IDL_COMPILER_DEPENDS_class-native for some reason didn't work and orbit2-native
25# was still in orbit2-native DEPENDS causing circular dependency
26DEPENDS_class-native = "libidl-native popt-native"
27PARALLEL_MAKE = ""
28
29
30FILES_${PN} += "${libdir}/orbit-2.0/*.so"
31FILES_${PN}-dev += "${libdir}/orbit-2.0/*.la"
32FILES_${PN}-staticdev += "${libdir}/orbit-2.0/*.a"
33FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug"
34
35S = "${WORKDIR}/${SRC_NAME}-${PV}"
36
37LEAD_SONAME = "libORBit-2.so"
38
39inherit autotools pkgconfig gtk-doc
40
41EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
42EXTRA_OEMAKE_class-native = " "