summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-29 09:56:52 +0000
committerRoss Burton <ross@openedhand.com>2007-08-29 09:56:52 +0000
commit2fc0b59463b1f5d8072370b876fa8abbe194e716 (patch)
tree1283bc8169729930a12a076bafb5b1b3193ad7d9 /meta/packages/eds
parent0e3f9067bd3e63990c472975cbeba5d9e589ab9f (diff)
downloadpoky-2fc0b59463b1f5d8072370b876fa8abbe194e716.tar.gz
eds-dbus_svn.bb: don't set acpath, new gnome-common doesn't need it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2592 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds')
-rw-r--r--meta/packages/eds/eds-dbus_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/eds/eds-dbus_svn.bb b/meta/packages/eds/eds-dbus_svn.bb
index c8ad0a4062..1483c64911 100644
--- a/meta/packages/eds/eds-dbus_svn.bb
+++ b/meta/packages/eds/eds-dbus_svn.bb
@@ -4,6 +4,7 @@ LICENSE = "LGPL"
4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" 4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib"
5 5
6PV = "1.4.0+svnr${SRCREV}" 6PV = "1.4.0+svnr${SRCREV}"
7PR = "r1"
7 8
8SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
9 file://oh-contact.patch;patch=1;pnum=0 \ 10 file://oh-contact.patch;patch=1;pnum=0 \
@@ -16,8 +17,6 @@ S = "${WORKDIR}/trunk"
16 17
17inherit autotools pkgconfig 18inherit autotools pkgconfig
18 19
19acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
20
21# -ldb needs this on some platforms 20# -ldb needs this on some platforms
22LDFLAGS += "-lpthread" 21LDFLAGS += "-lpthread"
23 22