Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
[openembedded.git] / recipes / moblin / hornsey_git.bb
1 DESCRIPTION = "The Moblin mediaplayer"
2 LICENSE = "LGPLv2.1"
3
4 SRCREV = "125a1dea08d552ed2510ee762e1b54ca161915c1"
5 PV = "0.0"
6 PR = "r1"
7 PR_append = "+git${SRCREV}"
8
9 DEPENDS = "clutter clutter-gst-0.9 bickley nbtk bognor-regis libunique startup-notification gtk+"
10
11 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
12            file://fix-api.patch;patch=1 \
13 "
14 S = "${WORKDIR}/git"
15
16 inherit autotools_stage
17
18 FILES_${PN} += "${datadir}/icons"
19