diff options
author | Ross Burton <ross.burton@intel.com> | 2019-08-02 21:37:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:01 +0100 |
commit | 85c295bef624ec569c6187bb44c84b75789fac8e (patch) | |
tree | af569942b5c3ff8384345abc0e223c2d4c8f50bc /meta/recipes-graphics/xorg-app | |
parent | e5b0ad5dfa1bfec1d7f591554ab846252d8aaddb (diff) | |
download | poky-85c295bef624ec569c6187bb44c84b75789fac8e.tar.gz |
libxx86misc: remove this now redundant library
The extension this client library is for was removed from the X server over a
decade ago:
commit 22e64108ec63ba77779891f8df237913ef9ca731
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Jul 16 06:25:26 2008 +0300
XFree86: Remove XFree86-Misc extension
Its last remaining purpose in life has been destroyed by input
properties. Au revoir: it's been fun, by which I mean awful.
Remove the obsolete dependencies from xset and xdpyinfo, and delete libxx86misc
entirely.
(From OE-Core rev: 4d7677b2f511b2d07fabb1f06213a569c53f839f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
enter the commit message for your changes. Lines starting
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xset_1.2.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb index af04bb6e3a..a09e220f9d 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb | |||
@@ -9,7 +9,7 @@ clients and the server, and the different types of screens and visuals \ | |||
9 | that are available." | 9 | that are available." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau libxcomposite" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxi libxrender libxinerama libdmx libxau libxcomposite" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | SRC_URI += "file://disable-xkb.patch" | 15 | SRC_URI += "file://disable-xkb.patch" |
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.4.bb b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb index 5748837fd5..e21120e788 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.2.4.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb | |||
@@ -7,7 +7,7 @@ preference options of the display." | |||
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" |
10 | DEPENDS += "libxext libxxf86misc libxmu libxau" | 10 | DEPENDS += "libxext libxmu libxau" |
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | SRC_URI += "file://disable-xkb.patch" | 13 | SRC_URI += "file://disable-xkb.patch" |