blob: b5ee925379648a24b2a5b22797fd66b3e5391717 (
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"
PV = "0.0+git${SRCREV}"
PR = "r1"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/desktop-directories/*"
inherit autotools
|