diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-29 09:56:52 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-29 09:56:52 +0000 |
commit | 2fc0b59463b1f5d8072370b876fa8abbe194e716 (patch) | |
tree | 1283bc8169729930a12a076bafb5b1b3193ad7d9 /meta | |
parent | 0e3f9067bd3e63990c472975cbeba5d9e589ab9f (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/eds/eds-dbus_svn.bb | 3 |
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" | |||
4 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" | 4 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" |
5 | 5 | ||
6 | PV = "1.4.0+svnr${SRCREV}" | 6 | PV = "1.4.0+svnr${SRCREV}" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_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 | ||
17 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
18 | 19 | ||
19 | acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros " | ||
20 | |||
21 | # -ldb needs this on some platforms | 20 | # -ldb needs this on some platforms |
22 | LDFLAGS += "-lpthread" | 21 | LDFLAGS += "-lpthread" |
23 | 22 | ||