mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
evolution-data-server: fix build with libxml2-2.9.0
* newer eds versions depend on external libgdata http://git.gnome.org/browse/evolution-data-server/commit/servers?h=gnome-2-32&id=28897beab5dcd4aab3586322a96280be92585db6 but for this one, we need this patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -13,7 +13,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi
|
||||
SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832"
|
||||
|
||||
PV = "2.30+git${SRCPV}"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
|
||||
file://oh-contact.patch;striplevel=0 \
|
||||
@@ -24,6 +24,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
|
||||
file://depbuildfix.patch \
|
||||
file://fix_for_automake-1.12.x.patch \
|
||||
file://avoid_automake_errors.patch \
|
||||
file://0001-soup-adapt-to-new-libxml2-API-from-2.9.0.patch \
|
||||
file://iconv-detect.h"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user