]> code.ossystems Code Review - openembedded-core.git/commitdiff
eds-dbus_svn.bb: don't set acpath, new gnome-common doesn't need it
authorRoss Burton <ross@openedhand.com>
Wed, 29 Aug 2007 09:56:52 +0000 (09:56 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 29 Aug 2007 09:56:52 +0000 (09:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2592 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/eds/eds-dbus_svn.bb

index c8ad0a4062435d6c1af7a9fc83e84ca9b663bf24..1483c649117e24d5d0cc46205820c71124a92dda 100644 (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"