diff options
Diffstat (limited to 'recipes/xcb/xcb-proto_git.bb')
-rw-r--r-- | recipes/xcb/xcb-proto_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xcb/xcb-proto_git.bb b/recipes/xcb/xcb-proto_git.bb new file mode 100644 index 0000000000..26b6ce7d01 --- /dev/null +++ b/recipes/xcb/xcb-proto_git.bb @@ -0,0 +1,13 @@ +DEFAULT_PREFERENCE = "-1" + +include xcb-proto.inc +PV = "1.0+git" +PR = "r0" + +SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" +S = "${WORKDIR}/git/xcb-proto" + +do_stage() { + autotools_stage_all +} + |