aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/bickley_git.bb
blob: c4c1f7c7b5ba0077ca564246d959144e0bc83b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 = "r5"

DEPENDS = "redland gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba"
RDEPENDS_${PN} = "xdg-user-dirs"

S = "${WORKDIR}/git"

FILES_${PN} =+ "${datadir}/dbus-1/services/"

inherit autotools

do_compile_prepend() {
	sed -i -e '/#  warn /d' src/bkl-investigator.c
}