]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove depends on Redland as Bickley no longer uses it
authorJoshua Lock <josh@linux.intel.com>
Thu, 11 Jun 2009 17:03:40 +0000 (18:03 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 11 Jun 2009 17:04:26 +0000 (18:04 +0100)
meta-moblin/packages/bickley/bickley_git.bb

index c2af5ab93a8a1e4eac3785976d3c05d45e09cbec..afc9207804c925e63f7e0b121b9d171b35d72d6a 100644 (file)
@@ -3,7 +3,7 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
 PV = "0.0+git${SRCREV}"
 PR = "r2"
 
-DEPENDS = "redland gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba"
+DEPENDS = "gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba"
 RDEPENDS = "xdg-user-dirs"
 
 S = "${WORKDIR}/git"