From: Richard Purdie Date: Sat, 16 May 2009 08:57:50 +0000 (+0100) Subject: bickley: Add missing dependency on samba for libtdb and package dbus services files X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~51672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a77fa0ff16bf431292b045c1c14fb009d49813;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bickley: Add missing dependency on samba for libtdb and package dbus services files Signed-off-by: Richard Purdie --- diff --git a/meta-moblin/packages/bickley/bickley_git.bb b/meta-moblin/packages/bickley/bickley_git.bb index c52487dbfab..48d69584ade 100644 --- a/meta-moblin/packages/bickley/bickley_git.bb +++ b/meta-moblin/packages/bickley/bickley_git.bb @@ -3,8 +3,10 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" PV = "0.0+git${SRCREV}" PR = "r1" -DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.8 libexif taglib gupnp gupnp-av" +DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.8 libexif taglib gupnp gupnp-av samba" S = "${WORKDIR}/git" +FILES_${PN} =+ "${datadir}/dbus-1/services/" + inherit autotools_stage