[oe-commits] Laurentiu Palcu : presentproto_git.bb: add recipe

git at git.openembedded.org git at git.openembedded.org
Sat Feb 8 21:00:11 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 05026e3a3dbe1c8a652e5af03a13967c1e7a9817
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=05026e3a3dbe1c8a652e5af03a13967c1e7a9817

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Thu Feb  6 17:29:29 2014 +0200

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.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-proto/presentproto_git.bb                 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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 0000000..007824f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -0,0 +1,22 @@
+require xorg-proto-common.inc
+
+SUMMARY = "The Present extension provides a way for applications to update their \
+           window contents from a pixmap in a well defined fashion, synchronizing \
+           with the display refresh and potentially using a more efficient \
+           mechanism than copying the contents of the source pixmap.\
+          "
+
+DESCRIPTION = "This package provides the basic headers for the X Window \
+System."
+
+LICENSE = "GPLv2"
+
+SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9"
+PV = "1.0+git${SRCPV}"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
+S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list