blob: b61ef2dda7c3d32cdaea75d7e9ed523594cbc6d6 (
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_stage
|