diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-11 16:02:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:42 +0100 |
commit | 95a7729a2bcc59aa248e5283527ae208c31293f0 (patch) | |
tree | 9f9470a44758bac63e3e114b281ffb5513bac29d /meta/recipes-graphics | |
parent | 4e1b9d590246d29a4ae49f421b2ef0cfdbad5dd1 (diff) | |
download | poky-95a7729a2bcc59aa248e5283527ae208c31293f0.tar.gz |
libxext: remove stale git recipe
(From OE-Core rev: 8af49df09496c00a4afbe01beb86938eac3489dd)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb deleted file mode 100644 index b799186ef0..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | |||
3 | SUMMARY = "XExt: X Extension library" | ||
4 | |||
5 | DESCRIPTION = "libXext provides an X Window System client interface to \ | ||
6 | several extensions to the X protocol. The supported protocol extensions \ | ||
7 | are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \ | ||
8 | MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \ | ||
9 | XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \ | ||
10 | utility functions to aid authors of client APIs for X protocol \ | ||
11 | extensions." | ||
12 | |||
13 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" | ||
14 | PROVIDES = "xext" | ||
15 | SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" | ||
16 | PE = "1" | ||
17 | PV = "1.0.99.1+gitr${SRCPV}" | ||
18 | |||
19 | XORG_PN = "libXext" | ||
20 | |||
21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" | ||
22 | S = "${WORKDIR}/git/" | ||
23 | |||
24 | BBCLASSEXTEND = "nativesdk" | ||