diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-24 10:40:09 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-24 10:40:09 +0000 |
commit | 5ce1bc9b092a7e1ab7fc566c7b558e043bd28c77 (patch) | |
tree | 28336af217fa5cb9f69e0148bba6272ae227a612 /packages/gnome | |
parent | 941f1fbc6571e4b0479a38590dce99d063d843af (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/24 11:59:06+02:00 void!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into dominion.dominion.void:/data/build/oe/openembedded
2005/05/24 11:58:45+02:00 void!koen
gnome-vfs-dbus_2.8.4.4.bb: gconf->gconf-dbus
2005/05/24 11:54:17+02:00 uni-frankfurt.de!mickeyl
Compile the Python core as a shared library - this way external programs can embed it.
Add python-tests, python-libold, python-tkinter, python-bsddb, and python-devel packages
BKrev: 42930489QHbXHtqBQl06VjqwX8iVDw
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus_2.8.4.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb index 992f52e0cd..bb4222e458 100644 --- a/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb +++ b/packages/gnome/gnome-vfs-dbus_2.8.4.4.bb @@ -1,12 +1,12 @@ LICENSE = GPL SECTION = "x11/gnome" -PR = "r0" +PR = "r1" PROVIDES = "gnome-vfs" RPROVIDES = "gnome-vfs" inherit gnome pkgconfig -DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib samba" +DEPENDS = "libxml2 gconf-dbus dbus bzip2 gnome-mime-data zlib samba" SRC_URI = "http://ftp.imendio.com/pub/extra/${PN}/${PN}-${PV}.tar.gz \ file://gconftool-lossage.patch;patch=1;pnum=1" |