From f5cce792caabab9975b50215835003f066a0f3e8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 31 May 2009 16:51:24 +0200 Subject: moblin: add recipes from poky 'meta-moblin' overlay * the juicy parts depend on clutter and clutter-gst --- recipes/moblin/bickley_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/moblin/bickley_git.bb (limited to 'recipes/moblin/bickley_git.bb') diff --git a/recipes/moblin/bickley_git.bb b/recipes/moblin/bickley_git.bb new file mode 100644 index 0000000000..26bf40d32e --- /dev/null +++ b/recipes/moblin/bickley_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A meta data manager API and framework (including Media)" +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +PV = "0.0" +PR_append = "+git${SRCREV}" +PR = "r3" + +DEPENDS = "redland gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba" +RDEPENDS = "xdg-user-dirs" + +S = "${WORKDIR}/git" + +FILES_${PN} =+ "${datadir}/dbus-1/services/" + +inherit autotools_stage + +do_compile_prepend() { + sed -i -e '/# warn /d' src/bkl-investigator.c +} + -- cgit 1.2.3-korg