mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
4791fb851e
commit
ed840de6e5
+34
@@ -0,0 +1,34 @@
|
||||
From 10bd8094e1d94e5c737791c7f4b6b844f535c120 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Fri, 3 May 2013 10:00:16 +0200
|
||||
Subject: [PATCH] linc2/src/Makefile.am: fix build with glib 2.36
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Submitted [1]
|
||||
|
||||
[1] https://bugzilla.gnome.org/show_bug.cgi?id=696900
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
linc2/src/Makefile.am | 3 +--
|
||||
1 files changed, 1 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/linc2/src/Makefile.am b/linc2/src/Makefile.am
|
||||
index 357a2dd..ba0e347 100644
|
||||
--- a/linc2/src/Makefile.am
|
||||
+++ b/linc2/src/Makefile.am
|
||||
@@ -12,8 +12,7 @@ INCLUDES = \
|
||||
-I$(top_builddir)/linc2/include \
|
||||
-I$(top_srcdir)/linc2/include \
|
||||
$(LINC_CFLAGS) \
|
||||
- $(WARN_CFLAGS) \
|
||||
- -DG_DISABLE_DEPRECATED
|
||||
+ $(WARN_CFLAGS)
|
||||
|
||||
if OS_WIN32
|
||||
else
|
||||
--
|
||||
1.7.6.5
|
||||
|
||||
+9
-7
@@ -1,16 +1,18 @@
|
||||
DESCRIPTION = "CORBA ORB"
|
||||
SECTION = "x11/gnome/libs"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
SRC_NAME = "ORBit2"
|
||||
SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
|
||||
SRC_URI = "${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \
|
||||
file://configure-lossage.patch \
|
||||
file://pkgconfig-fix.patch"
|
||||
SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7"
|
||||
SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c"
|
||||
SRC_URI = " \
|
||||
${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \
|
||||
file://configure-lossage.patch \
|
||||
file://pkgconfig-fix.patch \
|
||||
file://0001-linc2-src-Makefile.am-fix-build-with-glib-2.36.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "7082d317a9573ab338302243082d10d1"
|
||||
SRC_URI[sha256sum] = "55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550"
|
||||
|
||||
PR = "r5"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
IDL_COMPILER_DEPENDS = "orbit2-native"
|
||||
Reference in New Issue
Block a user