summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/eds')
-rw-r--r--meta/packages/eds/eds-dbus_2.20.0.bb2
-rw-r--r--meta/packages/eds/eds-dbus_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/eds/eds-dbus_2.20.0.bb b/meta/packages/eds/eds-dbus_2.20.0.bb
index 274086470c..7f6a52e43b 100644
--- a/meta/packages/eds/eds-dbus_2.20.0.bb
+++ b/meta/packages/eds/eds-dbus_2.20.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/mobile/2.23/2.23.92/sources/evolution-
11 11
12S = "${WORKDIR}/evolution-data-server-dbus-${PV}" 12S = "${WORKDIR}/evolution-data-server-dbus-${PV}"
13 13
14inherit autotools_stage pkgconfig 14inherit autotools pkgconfig
15 15
16# -ldb needs this on some platforms 16# -ldb needs this on some platforms
17LDFLAGS += "-lpthread" 17LDFLAGS += "-lpthread"
diff --git a/meta/packages/eds/eds-dbus_git.bb b/meta/packages/eds/eds-dbus_git.bb
index ac6af7c1fc..257e7124dd 100644
--- a/meta/packages/eds/eds-dbus_git.bb
+++ b/meta/packages/eds/eds-dbus_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools_stage pkgconfig 16inherit autotools pkgconfig
17 17
18# -ldb needs this on some platforms 18# -ldb needs this on some platforms
19LDFLAGS += "-lpthread" 19LDFLAGS += "-lpthread"