Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / xcb / xcb-proto_git.bb
1 DEFAULT_PREFERENCE = "-1"
2
3 include xcb-proto.inc
4 PV = "1.0+git"
5 FILE_PR = "r0"
6
7 SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
8 S = "${WORKDIR}/git/xcb-proto"
9
10 do_stage() {
11         autotools_stage_all
12 }
13