summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
Commit message (Collapse)AuthorAgeFilesLines
* xorg-lib-common: fix malloc0returnsnull usageRoss Burton2013-12-121-2/+3
| | | | | | | | | | | | | | | | | | | | | Xorg libraries that use Xmalloc need to know if malloc(0) returns NULL or not, and as this is a runtime test it can't be checked for. Previously xorg-lib-common declared that malloc(0) did return NULL, but this isn't true for eglibc (only uclibc). Instead, use libc-specific overrides to pass the relevant option. (ideally the check would use the autoconf cache so this can be stored in the site files) (From OE-Core master rev: e628c8aba0189de30de2833882b9999ff3b6547a) (From OE-Core rev: 93e084ae8bcae8e7bde5a7e52a274a39dc9ba509) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: Fix nativesdk rebuilds for armv7aRichard Purdie2013-10-041-0/+1
| | | | | | | | | | | | | MACHINE=X bitbake nativesdk-pixman; MACHINE=Y bitbake nativesdk-pixman where X is an armv7a machine and Y is not results in pixman rebuilding due to the neon option. This is incorrect. The ultimate fix will be not to apply target system overrides in the nativesdk case. Until we do that we can at least work around the issue as done by this patch. (From OE-Core rev: 2881747ec270bffc039d10198399e2686407b521) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* remove the unnecessary protocol parametersJackie Huang2013-08-303-3/+3
| | | | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: upgrade to 1.6.1Kai Kang2013-08-222-47/+2
| | | | | | | | | | | | | Deleted keysymdef_include patch as it's been merged upstream (From OE-Core rev: 02c78a1cc849c931f802693e654a72dac71ffb85) Signed-off-by: Kai Kang <kai.kang@windriver.com> [sgw - Removed PR and tweaked commit message] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: upgrade to 1.6.1Kai Kang2013-08-224-17/+18
| | | | | | | | | | | | | | | | | | | | | Upgrade libx11 to version 1.6.1. Update: * Remove PR and INC_PR. * File Xcms.txt position changes. * Drop backport patch keysymdef_include.patch. * Update disable_tests.patch. [YOCTO #4973] (From OE-Core rev: 9e2d9608464c189ec460930570557c48d78108bb) Signed-off-by: Kai Kang <kai.kang@windriver.com> [sgw - Removed PR and INC_PR] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: update to upstream version 0.30.2Marko Lindqvist2013-08-201-2/+2
| | | | | | | | (From OE-Core rev: 054db541535967e573f59e32f5b8e2387020231f) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpciaccess: upgrade to 0.13.2Laurentiu Palcu2013-08-031-5/+3
| | | | | | | | | | | | Licence MD5 changed because some years were updated and some new people added their own copyright text which, apparently, is similar with what already exists in the file. (From OE-Core rev: c9104b8a995a334c490bdca464fdd53a1d1704b3) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxxf86dga: Updated from 1.1.3 to 1.1.4Ionut Radu2013-07-291-5/+2
| | | | | | | | (From OE-Core rev: ba832d25b8758811da88b8ef0cfd17d9dabb218d) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxrandr: Update from 1.4.0 to 1.4.1Ionut Radu2013-07-291-3/+2
| | | | | | | | (From OE-Core rev: 5536d5854391b8c32dfba987b09a7bc88a152bca) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfont: Update from 1.4.5 to 1.4.6Ionut Radu2013-07-291-3/+2
| | | | | | | | (From OE-Core rev: 214d806d6964393c031917309a0ac934f67e9d3c) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: add missing dependency on util-macrosMartin Jansa2013-07-291-1/+1
| | | | | | | | | | | * build fails without it configure.ac:7: error: must install xorg-macros 1.12 or later before (From OE-Core rev: 8fb59ebab3758d41a13b4892d997176cadbc00e8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdmx: Upgrade to v1.1.3Radu Moisan2013-07-101-2/+2
| | | | | | | | (From OE-Core rev: f1ec5f3111441a15bde6a8be171f18600ca70b5c) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxv: Updated from 1.0.8 to 1.0.9Ionut Radu2013-07-101-4/+2
| | | | | | | | (From OE-Core rev: 07ab18203ac5d6cfb42bb37332e6b6d7eb70e624) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxrender: Updated from 0.9.7 to 0.9.8Ionut Radu2013-07-101-3/+2
| | | | | | | | (From OE-Core rev: 104d7b6f28827ce8fa9c9689a9371e3a807650f6) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: Update from 1.7.1 to 1.7.2Ionut Radu2013-07-101-3/+2
| | | | | | | | (From OE-Core rev: 7eda6acce652bff38c37c4c19205f180cecf02fd) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxvmc: Update from 1.0.7 to 1.0.8Ionut Radu2013-07-101-3/+2
| | | | | | | | (From OE-Core rev: 832c26be16121335526fe547f79cdc55bd9f8d1a) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfixes: Updated from 5.0 to 5.0.1Ionut Radu2013-07-021-2/+2
| | | | | | | | (From OE-Core rev: e1d5504b5f4233f6d775f9de43d9780da506850b) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxxf86vm: Updated from 1.1.2 to 1.1.3Ionut Radu2013-07-021-2/+2
| | | | | | | | (From OE-Core rev: 0d83eb41cc0c950d0177e2574d070f3f81580528) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxtst: Updated from 1.2.1 to 1.2.2Ionut Radu2013-07-021-3/+3
| | | | | | | | | | | | | (From OE-Core rev: c2ee761799ea45da3699433cb94c3c2e6c0c5371) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> License md5 changed in 1.2.2, "Copyright © 1992 by UniSoft Group Ltd.", "Copyright © 1992, 1994, 1995 X Consortium" and Copyright 1994 Network Computing Devices, Inc. has been added Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxv: Updated from 1.0.7 to 1.0.8Ionut Radu2013-07-021-2/+2
| | | | | | | | (From OE-Core rev: 53ade6a40a093c3fb4a7d8eabf06adf9bec41f57) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxres: Updated from 1.0.6 to 1.0.7Ionut Radu2013-07-021-2/+2
| | | | | | | | (From OE-Core rev: 259d5829d343c5a9888d3b73a22e23f6a24b7411) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxau: Updated from 1.0.7 to 1.0.8Ionut Radu2013-07-021-3/+2
| | | | | | | | (From OE-Core rev: fb6d8bab9796404a3ddb4d990b8e906698940e1b) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxinerama: Updated from 1.1.2 to 1.1.3Ionut Radu2013-07-021-2/+2
| | | | | | | | (From OE-Core rev: 54b23798b86ed18f155b0e8054c846542af36ab5) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcursor: Update from 1.1.13 to 1.1.14Ionut Radu2013-07-021-3/+2
| | | | | | | | (From OE-Core rev: 4b2581b7920387329a4c6971941537ffdceece86) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxext: Update from 1.3.1 to 1.3.2Ionut Radu2013-07-021-4/+3
| | | | | | | | | | | | | (From OE-Core rev: d495f45717ea9f7767a8a4a9b1f83c19d56e4dc9) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Line "Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved." in COPYING was changed into "Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved." in 1.3.2 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: enable Xcms by defaultJonathan Liu2013-06-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | The following do not work if Xcms is not enabled in libx11: - starting xterm and doing ls --color / fails to color code the directories: xterm: Cannot allocate color "rgb:5c/5c/ff" - xsetroot -solid rgb:5c/5c/ff fails with the following error: xsetroot: unknown color "rgb:5c/5c/ff" - xsetroot -solid rgbi:1.0/1.0/1.0 fails with the following error: xsetroot: unknown color "rgbi:1.0/1.0/1.0" More specifically, applications that pass Xcms color names to XParseColor do not work properly. [YOCTO #4576] (From OE-Core rev: d860ee68208b84efb8049669ca18acc69f2f2d1b) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxkbcommon: Update to 0.3.1Saul Wold2013-06-131-2/+2
| | | | | | | (From OE-Core rev: 6c0080817476a5a4c6f2a05676d323926318c89a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxt: upgrade to 1.1.4Laurentiu Palcu2013-06-131-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following fragment has been added at the end of the licence file: Copyright (c) 1993, 1994 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealing in this Software without prior written authorization from the X Consortium. (From OE-Core rev: a7d4370efa4f51d79c2f37e92fe978659a9a2d6d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: upgrade to 2.9Laurentiu Palcu2013-06-131-3/+2
| | | | | | | | (From OE-Core rev: 8b04e2757c07a6f583025ef52c4c9770f673ef7d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: Add libxfixes as dependencySaul Wold2013-06-071-1/+1
| | | | | | | | | | A clean build found libxi missing this dependency, possible build order issue. (From OE-Core rev: 7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: update to upstream version 0.30.0Marko Lindqvist2013-06-071-2/+2
| | | | | | | | (From OE-Core rev: 25a77c7c5793ac0c1b1c2c686bfe9d966fb49023) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxpm: inherit gettextJesse Zhang2013-05-301-0/+3
| | | | | | | | | | | | libxpm requires the xgettext command to build. (From OE-Core rev: 9d26c3b8f03c7367779753a5d49e97fd20fd5e20) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: Update from 0.29.2 to 0.29.4Ionut Radu2013-05-161-4/+2
| | | | | | | | (From OE-Core rev: b5d834f4320579fd2fb688d0bfb36b01e8b95511) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libfontenc: Updated from 1.1.1 to 1.1.2Ionut Radu2013-05-161-3/+2
| | | | | | | | (From OE-Core rev: bfcae5426c6fd48da513c55b14dc90416b83f130) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: updated from 1.7 to 1.7.1Ionut Radu2013-05-161-2/+2
| | | | | | | | (From OE-Core rev: fa3aec02b58d30b9c78a5e44627bfafc4f2ef221) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}Phil Blundell2013-05-021-1/+0
| | | | | | | | | | | | Nothing in this package uses xkbcomp so depending on it here is not appropriate. Whatever package(s) is/are invoking that binary should be the ones to depend on it. (From OE-Core rev: bdcc5e8f1286d288baf410458efc39a59b68d751) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxkbcommon: Update to 0.3.0Saul Wold2013-04-291-7/+4
| | | | | | | (From OE-Core rev: 28e185ba401fa1f2c11fca65bd873a0f5d78b811) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: remove long-gone build dependenciesRoss Burton2013-03-151-1/+1
| | | | | | | | (From OE-Core rev: 3e2a5722e25385e3b1b1ec44981af37c2074bc45) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: upgrade to 1.7Constantin Musca2013-03-151-3/+3
| | | | | | | | (From OE-Core rev: c1fd149ecddb82fdf8ddc18c53f417a4318598e9) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: upgrade to 2.8Laurentiu Palcu2013-02-151-2/+2
| | | | | | | | (From OE-Core rev: 40083ca6decd05f480b0a8cd5923e68884c3b307) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade to 0.29.2Constantin Musca2013-02-122-18/+3
| | | | | | | | | | | obsolete_automake_macros.patch: removed - included in the new version (From OE-Core rev: 31fc8a621fbeb4f5bec7c6b6fd03043bb382c34d) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxscrnsaver: improve RREPLACES to add libxss only for PNMartin Jansa2013-02-061-1/+1
| | | | | | | (From OE-Core rev: 0bb5572536a39fabd29c307004e76202afd5b6b4) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxdamage: update to upstream version 1.1.4Marko Lindqvist2013-01-151-3/+3
| | | | | | | | | | Compatible with automake-1.13. (From OE-Core rev: c50d7a2869f4d9004bc39444d798a075607d03fa) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: replace obsolete automake macros with working onesMarko Lindqvist2013-01-102-1/+16
| | | | | | | | | | | Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: d425161761de48a8ab745915ebddaa224c516214) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: disable testsMarko Lindqvist2013-01-102-2/+21
| | | | | | | | | | | Use of $(srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. (From OE-Core rev: b814732da2cbf927b1bf49aee5e3d50f16a3a34c) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcomposite: update to upstream version 0.4.4Marko Lindqvist2013-01-071-2/+2
| | | | | | | | | Compatible with automake-1.13. (From OE-Core rev: f63704c6b4686fde437d247f41e081cfc5c1868e) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: update to upstream version 0.28.2Marko Lindqvist2012-12-191-2/+3
| | | | | | | | (From OE-Core rev: a941da8d348ad1b45c0d4083d9a0b67da0c6dfd4) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade to 0.28.0Constantin Musca2012-12-133-132/+129
| | | | | | | | | | | | * Generic-C-implementation-of-pixman_blt-with-overlapp.patch: - adapted to the new version * enable nativesdk variant (From OE-Core rev: b41e55a7ee226a0ae4efdd633cab94e1cc846525) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxkbcommon: make the build do somethingRoss Burton2012-12-041-1/+3
| | | | | | | | | | In "cleaning up" the package I managed to remove the inherit autotools, so this recipe didn't actually build anything. (From OE-Core rev: b7c010e4603c33b1d3e3fcaf99a9375585471ec5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: upgrade to 2.7Laurentiu Palcu2012-11-201-6/+6
| | | | | | | | | | | | A few extra changes: * changed the SRC_URI to the new, valid, one * added dependency of gettext (do_qa_configure detected is needed) * disable runtime dependency checks at configure time (From OE-Core rev: c67b5e212244f1bac57e8491c6500656786df3a2) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>