diff options
Diffstat (limited to 'meta/packages')
-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" 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" |