summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/presentproto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/presentproto_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/presentproto_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
index dbb6f32bc0..e6d32f95af 100644
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -9,16 +9,14 @@ DESCRIPTION = "The Present extension provides a way for applications to update t
9 9
10LICENSE = "GPLv2" 10LICENSE = "GPLv2"
11 11
12SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9" 12SRCREV = "bfdc7e052302c79c5803ad95a73c9b63b350c40c"
13PV = "1.0+git${SRCPV}" 13PV = "1.1+git${SRCPV}"
14 14
15LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" 15LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
16 16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" 17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20PR = "r1"
21
22inherit autotools 20inherit autotools
23 21
24BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"