aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/bickley_git.bb
blob: 99518cef68fbdf63edf8fcb93bed18547bbdb4dd (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 = "r3"

DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.9 libexif taglib gupnp gupnp-av samba"
RDEPENDS_${PN} = "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
}