aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/hornsey_git.bb
blob: 6b1eb0315f1168487ac19c46d04802d1c7034713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "The Moblin mediaplayer"
LICENSE = "LGPLv2.1"

SRCREV = "125a1dea08d552ed2510ee762e1b54ca161915c1"
PV = "0.0"
PR = "r1"
PR_append = "+git${SRCREV}"

DEPENDS = "clutter-0.9 clutter-gst-0.9 bickley nbtk bognor-regis libunique startup-notification gtk+"

SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
           file://fix-api.patch \
"
S = "${WORKDIR}/git"

inherit autotools_stage

FILES_${PN} += "${datadir}/icons"