summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-03 12:31:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-03 16:12:23 +0200
commited840de6e59dbf90d14c449c73d32f383446402b (patch)
tree42d175c419baf3cffdfcf0b7d21b1ca478e41f18
parent4791fb851eb96d5785616b1793d4e6367aa52ad9 (diff)
downloadmeta-openembedded-ed840de6e59dbf90d14c449c73d32f383446402b.tar.gz
orbit2: update to 2.14.17 to fix build with glib 2.36
license change of FSF address only Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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/configure-lossage.patch (renamed from meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/configure-lossage.patch)0
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch (renamed from meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/pkgconfig-fix.patch)0
-rw-r--r--meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb (renamed from meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb)16
4 files changed, 43 insertions, 7 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
new file mode 100644
index 000000000..daf7464c3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/orbit2/orbit2/0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch
@@ -0,0 +1,34 @@
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-2.14.17/configure-lossage.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch
index 5fc1de561..5fc1de561 100644
--- a/meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/configure-lossage.patch
+++ b/meta-gnome/recipes-gnome/orbit2/orbit2/configure-lossage.patch
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/pkgconfig-fix.patch b/meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch
index f629e506d..f629e506d 100644
--- a/meta-gnome/recipes-gnome/orbit2/orbit2-2.14.17/pkgconfig-fix.patch
+++ b/meta-gnome/recipes-gnome/orbit2/orbit2/pkgconfig-fix.patch
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
index 3b6342b03..74b6c122c 100644
--- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb
+++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb
@@ -1,16 +1,18 @@
1DESCRIPTION = "CORBA ORB" 1DESCRIPTION = "CORBA ORB"
2SECTION = "x11/gnome/libs" 2SECTION = "x11/gnome/libs"
3LICENSE = "GPL-2.0" 3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5SRC_NAME = "ORBit2" 5SRC_NAME = "ORBit2"
6SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" 6SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
7SRC_URI = "${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \ 7SRC_URI = " \
8 file://configure-lossage.patch \ 8 ${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \
9 file://pkgconfig-fix.patch" 9 file://configure-lossage.patch \
10SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" 10 file://pkgconfig-fix.patch \
11SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" 11 file://0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch \
12"
13SRC_URI[md5sum] = "7082d317a9573ab338302243082d10d1"
14SRC_URI[sha256sum] = "55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550"
12 15
13PR = "r5"
14BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
15 17
16IDL_COMPILER_DEPENDS = "orbit2-native" 18IDL_COMPILER_DEPENDS = "orbit2-native"