mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
Add eds-dbus package (doesn't work)
git-svn-id: https://svn.o-hand.com/repos/poky@28 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
openembedded/packages/eds/eds-dbus_svn.bb
Executable file
13
openembedded/packages/eds/eds-dbus_svn.bb
Executable file
@@ -0,0 +1,13 @@
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "glib-2.0 gtk+ gconf dbus"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Evolution database backend server"
|
||||
PV = "1.4.0cvs${CVSDATE}"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --enable-groupwise=no --with-dbus=yes --with-libgnome=no"
|
||||
|
||||
Reference in New Issue
Block a user