blob: ae605736495750df283aceb2637c8d510ad1d31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
file://configurefix.patch;patch=1"
PV = "0.0+git${SRCREV}"
PR = "r1"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/desktop-directories/*"
inherit autotools_stage
|