summaryrefslogtreecommitdiff
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 274086470..7f6a52e43 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-
S = "${WORKDIR}/evolution-data-server-dbus-${PV}"
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
# -ldb needs this on some platforms
LDFLAGS += "-lpthread"
diff --git a/meta/packages/eds/eds-dbus_git.bb b/meta/packages/eds/eds-dbus_git.bb
index ac6af7c1f..257e7124d 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 \
S = "${WORKDIR}/git"
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
# -ldb needs this on some platforms
LDFLAGS += "-lpthread"