summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-modesetting: backport fix for graphics corruptionJonathan Liu2013-06-042-0/+33
| | | | | | | | | | | This fixes graphics corruption that can occur when using 32 bpp pixmaps with 24 bpp framebuffer. (From OE-Core rev: dc8ad21502549b33b4c59c31df66d15d2f656df7) 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>
* cogl: add missing xrandr dependencyRoss Burton2013-06-041-1/+1
| | | | | | | | (From OE-Core rev: c665f2d02f1daf6c7ebbe357284b7e5bbf401c54) 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>
* cogl: remove documentation hacksRoss Burton2013-05-301-6/+0
| | | | | | | | | | These sed lines disable the documentation and appear to be historical, building works fine without them. (From OE-Core rev: cb36bc74b772c355f219df5a3ff39f1ca95272ba) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: remove documentation hacksRoss Burton2013-05-301-4/+0
| | | | | | | | | | These sed lines disable the documentation and appear to be historical, building works fine without them. (From OE-Core rev: b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505) Signed-off-by: Ross Burton <ross.burton@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>
* libdrm: fix packaging after last upgradeMartin Jansa2013-05-291-1/+2
| | | | | | | | | | | | | | | | * 2.4.44 adds 2 more tests kmstest and vbltest which got packaged to PN, causing PKG rename and breaking upgrade path * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2 But that file is already provided by package * libdrm2 * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2.4.0 But that file is already provided by package * libdrm2 put them to PN-tests where they belong (From OE-Core rev: 2c39ca5a6744de58013e9e43b9f6cc4efa66ece9) 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>
* freetype: update to upstream version 2.4.12Marko Lindqvist2013-05-292-17/+4
| | | | | | | | | | | | | | LICENSE.TXT md5sum changed as there's mention about part of the code being in public domain added. no-hardcode.patch removed as upstream has no longer the problematic code to patch at all. (From OE-Core rev: 2bd4982a466d913767318a961b0c70bb453f7018) 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>
* harfbuzz: update to upstream version 0.9.17Marko Lindqvist2013-05-293-17/+2
| | | | | | | | | | | | avoid_double_version_h.patch removed as the problems seems to be fixed different way in upstream, and this patch was now removing necessary header install. (From OE-Core rev: 7827e27ec4cd67d3821839209a29e4649e864b93) 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>
* clutter-gst: removed no longer required configure fragmentTomas Frydrych2013-05-241-5/+0
| | | | | | | | | | | The current package no longer use DOLT, so the DOLT configure frament is no longer required. (From OE-Core rev: b976a332cf24aad18141eafbbe5cd22cfbb91752) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: further improvementsTomas Frydrych2013-05-241-15/+7
| | | | | | | | | | | | | | * Removed unnecessary gtk-doc related depends/configure options (handled in gtk-doc class), * Moved more configure options into PACKAGECONFIG, * Fixed missing comma in PACKAGECONFIG[glx] setup, * Removed no longer required DOLT-related config fragment. (From OE-Core rev: a5d9c80fa35e9fd234f14c61b385d9c17f31132b) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: further improvementsTomas Frydrych2013-05-241-16/+8
| | | | | | | | | | | | | | * Removed unnecessary gtk-doc related depends/configure options (handled in gtk-doc class) * Moved more configure options into PACKAGECONFIG * Fixed typo in RDEPENDS of PACKAGECONFIG[gl] setup * Removed no longer needed DOLT-related configure fragment (From OE-Core rev: 356e00b198608080495641270f4a1634ddc6ff85) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: enable xvfbRiku Voipio2013-05-241-1/+1
| | | | | | | | | | | Currently Xvfb has been enabled in openembedded-core. Xvfb is needed for example in Mauve testsuite. (From OE-Core rev: 2570d5dcb7bbd50a7b3b8c2345492986be3ed95b) Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-clutter: use clutter-1.0 packagesTomas Frydrych2013-05-211-4/+4
| | | | | | | (From OE-Core rev: f45aa6e07318f22ede4614b28ea15cd48f5e4095) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mx: Update to improved naming schemeTomas Frydrych2013-05-215-18/+101
| | | | | | | | | | | The package has been renamed to mx-1.0, keeping up with the upstream versioning policy. The 1.14.7 tag does not build with clutter 1.14, so git revision 9b1db6b8060bd00b121a692f942404a24ae2960f from the 1.14 branch is used instead. (From OE-Core rev: e49f3e23d7ae7d105d9c32a33bd28590f5c300cd) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-gtk: Replace with 1.4.2 versionTomas Frydrych2013-05-216-64/+18
| | | | | | | (From OE-Core rev: 095581d3b888ba702ba0b1b7e9e3ef8fe69dc164) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-gst: Replace with 1.6.0 versionTomas Frydrych2013-05-218-72/+87
| | | | | | | (From OE-Core rev: 4476e789ac41f44ad74385d85a16e505d96bc100) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: Replace with 1.14.4 versionTomas Frydrych2013-05-2117-407/+70
| | | | | | | | | | | | | | | | | | | | | | | | The package has been renamed to clutter-1.0 instead of clutter-vmajor.vminor, keeping up with the upstream versioning policy (all 1.x packages install clutter-1.0 pc file and headers and are backward compatible), and to simplify dependency management (worth noting that since the 1.x development files are not parall installable, it is not possible to use two versions of clutter 1.x at the same time anyway). Package configuration is provided via PACKAGECONFIG options as follows: 'x11' : enable X11 backend, 'glx' : enable GLX backend, 'egl' : enable EGL backend, 'evdev': enable evdev input backend Default configuration is 'glx'; typical configuration for embedded HW using 'native' EGL would be 'egl evdev'. (From OE-Core rev: 4fbae4449fbb3f5eba499418b374c12bccfb4243) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: Replace with 1.14.0 versionTomas Frydrych2013-05-217-101/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package has been renamed to cogl-1.0 instead of cogl-vmajor.vminor, keeping up with the upstream versioning policy (e.g., all 1.x packages install cogl-1.0 pc file and headers and are backward compatible), and to simplify dependency management (worth noting that since the 1.x development files are not parallel installable, it is not possible to use two versions of cogl 1.x at the same time anyway). Package configuration is provided via PACKAGECONFIG options as follows: GL flavour: 'gl' for big GL or 'gles2' for GLES2 (GLES1 is availabe in cogl, but not supporeted here at present.) EGL platform: 'egl-null' -- PVR-style null platform 'egl-kms' -- kms platform provide by Mesa 'egl-x11' -- egl over xlib platform (Additional EGL platforms, e.g., Wayland are supported by cogl, but not supported here at present.) GLX: 'glx' for the GLX extension support (implies 'gl') Default configuration is 'glx'; typical configuration providing 'native' egl on embedded HW would be 'gles2 egl-null'. (From OE-Core rev: b508fdd2b19ca30da8d09caf646897dc4cf195c8) Signed-off-by: Tomas Frydrych <tomas@sleepfive.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>
* xf86-video-modesetting: upgrade to 0.7.0Jonathan Liu2013-05-161-3/+2
| | | | | | | | (From OE-Core rev: d6fb741dfd828d40317175a624065918b3e5bfec) 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>
* libdrm: upgrade to 2.4.44Laurentiu Palcu2013-05-124-36/+9
| | | | | | | | | | | Removed part of the installtests.patch since tests can now be installed giving an option to configure script. (From OE-Core rev: 563edb321594b007cae2294e807235ad22fd27da) 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>
* xproto: upgrade to 7.0.24Laurentiu Palcu2013-05-121-3/+2
| | | | | | | | (From OE-Core rev: e2efcff4c4a3d6d5b4cecac57b952f8fb8680a22) 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>
* xf86-input-evdev: upgrade to 2.8.0Laurentiu Palcu2013-05-121-4/+2
| | | | | | | | (From OE-Core rev: 6a68d5a1bfa7e29ceaee488f7455b70ca7a24d26) 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>
* xf86-input-synaptics: upgrade to 1.7.0Laurentiu Palcu2013-05-121-5/+3
| | | | | | | | | | Licence checksum changed because RedHat adjusted the copyright years. (From OE-Core rev: e09796f917fd684e1402da5953d34cd9c10ed800) 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>
* xf86-input-mouse: upgrade to 1.9.0Laurentiu Palcu2013-05-121-4/+2
| | | | | | | | (From OE-Core rev: 7c5498e42f6152e6179781dc0e96e255af3f87dd) 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>
* xf86-input-keyboard: upgrade to 1.7.0Laurentiu Palcu2013-05-121-4/+2
| | | | | | | | (From OE-Core rev: 993b641ee56dc3dbcdb0ce73d6e875058c262c89) 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>
* xf86-video-intel: upgrade to 2.21.6Laurentiu Palcu2013-05-121-4/+2
| | | | | | | | (From OE-Core rev: b3a0c5d13ce23e64aaa683f533dea4d399ad367c) 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>
* xf86-video-vmware: upgrade to 13.0.1Laurentiu Palcu2013-05-122-69/+2
| | | | | | | | | | Removed the backported patch. (From OE-Core rev: 01b74d26ba9f96122105987581660ee2b26521b6) 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>
* Upstream-Status: Correct CapitalizationSaul Wold2013-05-122-2/+2
| | | | | | | (From OE-Core rev: 43b2a2f375e2201be7a9bb6a9c5c0a9fc61f3361) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: Add xkbcomp to RRECOMMENDSStefan Stanacar2013-05-091-1/+1
| | | | | | | | | | | OE-Core commit bdcc5e8f1286d288baf410458efc39a59b68d751 removed xkbcomp from RDEPENDS for xkeyboard-config but X server still needs it otherwise it fails to start. (From OE-Core rev: f2330ebc3071d780cbc6d1ddab5c54bfadf8fffc) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-demos: Use PACKAGECONFIG to enable/disable featuresOtavio Salvador2013-05-031-2/+18
| | | | | | | | | | | | | | | This allow selection of following features: drm, egl, freetype2, gbm, gles1, gles2, glut, osmesa, vg, wayland, x11 The x11 features is enabled depending on distro features but the wayland has not been enabled as it does not work with Wayland 1.0. Rest were enabled for a sane default. (From OE-Core rev: dc2de313febfc817640e4e55c75d0cb21c70c0ba) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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>
* menu-cache: Fix segmentation faultLaurentiu Palcu2013-04-292-1/+34
| | | | | | | | | [YOCTO #4353] (From OE-Core rev: 8c9c6155e6d83675a94b4eaae4ffc6dfeca399ee) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: fix postinstall when using multilibLaurentiu Palcu2013-04-291-1/+1
| | | | | | | | | | | The pango-query-modules binary gets a multilib prefix and the postinstall has to call the appropriate binary. (From OE-Core rev: 21ae18ca5e3be0b3e5cb0fdcf19b1476dbd38b0c) 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>
* mesa-demos: Update to 8.1.0Saul Wold2013-04-294-148/+3
| | | | | | | | | Removed patches that now appear in the upstream. (From OE-Core rev: 2329297b12e2eade895fff8d3d98722a15e0b7ec) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glew: fix generation of glew.pc needed by mesa-demosSaul Wold2013-04-292-0/+45
| | | | | | | (From OE-Core rev: 0273f31d20f3e3c24e8b309f928595885eb04af2) 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>
* core-image-directfb: add SUMMARYPaul Eggleton2013-04-291-0/+1
| | | | | | | | (From OE-Core rev: c32b0607809aa437672ce79fad61b2046a3fe350) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xeyes: add SUMMARY and DESCRIPTIONPaul Eggleton2013-04-291-0/+5
| | | | | | | | | | | Prevent this getting the default DESCRIPTION of "X application" from xorg-app-common.inc. (From OE-Core rev: 11c11ff361cfa8180dbafce94ff3e9e9426263b3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rgb: add SUMMARY and DESCRIPTIONPaul Eggleton2013-04-291-0/+7
| | | | | | | | | | | Prevent this getting the default DESCRIPTION of "X application" from xorg-app-common.inc. (From OE-Core rev: 9bacbff31e8cbe35c43637b2a213041a621ef608) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}Paul Eggleton2013-04-291-1/+1
| | | | | | | | | | | This allows the description to show up at the recipe level e.g. in the OE layer index. (From OE-Core rev: 5f1093bca16b3cd905beb69bee095d92aa350cfe) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: drop transform patch, it's been rejected upstreamRoss Burton2013-04-221-74/+3
| | | | | | | | | | This fix was rejected by upstream, the correct fix is actually to fix libpng. (From OE-Core rev: f7f8ec1197ec64620c80e13214dc395ab3e12afc) 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>
* xserver-xf86-config: set DefaultDepth to 16 for qemumipsLaurentiu Palcu2013-04-181-0/+1
| | | | | | | | | | | | | Apparently, the default qemumips color depth was set to 8 and the colors were not displayed properly. cirrusfb driver doensn't seem to accept color depth as a kernel parameter, so we have to do it here. [YOCTO #4340] (From OE-Core rev: 876e020be334a9350094dbd1a29b9e49eceed603) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: fix segfaults for ARM SoCsAndreas Müller2013-04-162-1/+41
| | | | | | | (From OE-Core rev: f45a03b510479f6c27b24a0fd8d0c661674495e1) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: fix builds with libpng 1.6Ross Burton2013-04-162-1/+125
| | | | | | | | | | | libpng 1.6 emits more warnings than before, and is also stricter with function ordering. Fix the function ordering when reading PNGs, and stop treating all warnings as errors. (From OE-Core rev: 55d00b750f5c45e583abef406c96416cd6a8caa7) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: don't fail if x11 isn't availableAndreas Oberritter2013-04-164-1/+71
| | | | | | | | | Patches backported from mesa Git and from mesa-dev mailing list. (From OE-Core rev: f704bb42062f2ac15edaad36497a8d2815b8b8b2) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* allarch: Drop various problematic allarch usagesRichard Purdie2013-04-153-4/+2
| | | | | | | | | | | | | In each of these cases allarch is used where the package in question has a dependency on things which are not allach and change when MACHINE is changed. This leads to a rebuild of the package each time MACHINE is switched and the sstate checksum changes. The dependencies in question are not suited be being marked as ABISAFE. (From OE-Core rev: 087a680429efa713a98fbb89f927b046fe07f87c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* encodings: Set RDEPENDS correctlyRichard Purdie2013-04-151-0/+1
| | | | | | | | | | The .inc file sets RDEPENDS for the general font case but the dependencies don't apply to this recipe. This removes those dependencies, simplifying the dependency chains a little. (From OE-Core rev: 71b3a156c11d01565f546f33e3f1e1bea2fafdff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>