mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
Fix dependencies
git-svn-id: https://svn.o-hand.com/repos/poky@72 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade libiconv"
|
DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade libiconv"
|
||||||
RDEPENDS = "glib-2.0 gtk+ gconf dbus db libglade libiconv"
|
RDEPENDS = "gtk+ gconf db libiconv"
|
||||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||||
DESCRIPTION = "Evolution database backend server"
|
DESCRIPTION = "Evolution database backend server"
|
||||||
PV = "1.4.0cvs${CVSDATE}"
|
PV = "1.4.0cvs${CVSDATE}"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
||||||
file://external_libdb.patch;patch=1 \
|
file://external_libdb.patch;patch=1 \
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes"
|
DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
RDEPENDS = "matchbox-wm gtk2-theme-angelistic"
|
DEPENDS = "matchbox-wm gtk-clearlooks-engine"
|
||||||
|
RDEPENDS = "matchbox-wm gtk-clearlooks-engine"
|
||||||
SECTION = "x11/base"
|
SECTION = "x11/base"
|
||||||
|
|
||||||
SRC_URI = "file://gtkrc"
|
SRC_URI = "file://gtkrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user