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
This commit is contained in:
Ross Burton
2007-08-29 09:56:52 +00:00
parent 0e3f9067bd
commit 2fc0b59463

View File

@@ -4,6 +4,7 @@ LICENSE = "LGPL"
DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib"
PV = "1.4.0+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://oh-contact.patch;patch=1;pnum=0 \
@@ -16,8 +17,6 @@ S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
acpaths = " -I ${STAGING_DATADIR}/aclocal/gnome-macros "
# -ldb needs this on some platforms
LDFLAGS += "-lpthread"