diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-14 11:55:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:49 -0800 |
commit | 51a5ec282433d49c2c2398ffee88467e93b752cf (patch) | |
tree | f99c710a9e07ae44c19714708b9c0d07aa462229 /meta/recipes-graphics/xorg-proto | |
parent | 596686330eaad241a75335a6df8e6a8d27d88a47 (diff) | |
download | poky-51a5ec282433d49c2c2398ffee88467e93b752cf.tar.gz |
presentproto: Upgrade 1.0 -> 1.1
Small release with mostly build system fixes.
(From OE-Core rev: 638af9cff97cf3ead79226b616e29f9135cbf53d)
(From OE-Core rev: 549669a7bace51fd9e44b4629cb4ce7c65e98ffe)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/presentproto_git.bb | 6 |
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 | ||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | 11 | ||
12 | SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9" | 12 | SRCREV = "bfdc7e052302c79c5803ad95a73c9b63b350c40c" |
13 | PV = "1.0+git${SRCPV}" | 13 | PV = "1.1+git${SRCPV}" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" |
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | PR = "r1" | ||
21 | |||
22 | inherit autotools | 20 | inherit autotools |
23 | 21 | ||
24 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |