diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-02-06 17:29:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 09:42:53 +0000 |
commit | 824d7a5d274adb0bfb0bc62601707cc970a15cdf (patch) | |
tree | 21bad591eac1eef795cdcae74c39bb0dfb75ccda /meta | |
parent | 214bf910cfadce78e8d4e074ff5aeec42c555dd4 (diff) | |
download | poky-824d7a5d274adb0bfb0bc62601707cc970a15cdf.tar.gz |
presentproto_git.bb: add recipe
This is needed by xserver-xorg 1.15. Since presentproto has just been
created, use a git recipe because the initial version is missing some
fixes, license file, etc.
(From OE-Core rev: 05026e3a3dbe1c8a652e5af03a13967c1e7a9817)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/presentproto_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb new file mode 100644 index 0000000000..007824ff8e --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | SUMMARY = "The Present extension provides a way for applications to update their \ | ||
4 | window contents from a pixmap in a well defined fashion, synchronizing \ | ||
5 | with the display refresh and potentially using a more efficient \ | ||
6 | mechanism than copying the contents of the source pixmap.\ | ||
7 | " | ||
8 | |||
9 | DESCRIPTION = "This package provides the basic headers for the X Window \ | ||
10 | System." | ||
11 | |||
12 | LICENSE = "GPLv2" | ||
13 | |||
14 | SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9" | ||
15 | PV = "1.0+git${SRCPV}" | ||
16 | |||
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" | ||
18 | |||
19 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto" | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | BBCLASSEXTEND = "native" | ||