summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app
Commit message (Collapse)AuthorAgeFilesLines
* xinit: Update to 1.3.2 -- Typo fix.Randy MacLeod2012-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 12-02-02 06:47 PM, Saul Wold wrote: > (From OE-Core rev: 04ab1fb8cc38da6c8a8b1474cf0060402f814a76) Signed-off-by: Saul Wold<sgw@linux.intel.com> > --- > .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (79%) > > diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > similarity index 79% > rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb > rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > index 2ddebe6..e029a03 100644 > --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb > +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > @@ -10,11 +10,11 @@ then terminate." > > LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" > > -PR = "r2" > +PR = "r0" > PE = "1" > > -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4" > -SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0" > +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" > +SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235" > > EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" > Fix this warning: WARNING: Missing md5 SRC_URI checksum for /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe: SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" $ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontscale: Update to version 1.1.0Saul Wold2012-02-281-2/+2
| | | | | | | (From OE-Core rev: 5293df3a10a27dcd1d68b2a5c716f236fcbbaff8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontdir: Update to version 1.0.7Saul Wold2012-02-281-2/+2
| | | | | | | (From OE-Core rev: 87fad1bbdad0b1da6aa6f1e5e933655fbf3247cd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-apps: Bump PR to accomodate meta-oe recipe deletionKhem Raj2012-02-081-1/+1
| | | | | | | | | | | rgb in meta-oe has been removed in favour of oe-core which requires a PR bump so feeds keep working (From OE-Core rev: 00c2e80e8cae2db6e2c34b1291c615f7f146b070) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Update to 1.3.2Saul Wold2012-02-031-3/+3
| | | | | | | (From OE-Core rev: 1b3db3597c2b644e61394014886082eb212eef1a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinput: add utility for configuring and testing XInput devices.Andrea Adami2012-01-191-0/+14
| | | | | | | | | | * from meta-openembedded with minor editings * (fields reordering like other recipes in xorg-app) (From OE-Core rev: 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* OECore license fixes: meta/*Elizabeth Flanagan2011-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a quick audit of only the most obviously wrong licenses found within OECore. These fixes fall into four areas: - LICENSE field had incorrect format so that the parser choked - LICENSE field has a license with no version - LICENSE field was actually incorrect - LICENSE field has an imaginary license that didn't exist This fixes most of the LICENSE warnings thrown, along with my prior commit adding additional licenses to common-licenses and additional SPDXLICENSEMAP entries. HOWEVER..... there is much to be done on the license front. For a list of recipes with licenses that need obvious fixing see: https://wiki.yoctoproject.org/wiki/License_Audit That said, I would suggest another license audit as I've found enough inconsistencies. A good suggestion is when in doubt, look at how openSuse or Gentoo or Debian license the package. (From OE-Core rev: 3083dd70b3a9fa01fcc3cf00373b05502505996e) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Upgrade to 1.5.4Zhai Edwin2011-11-301-3/+3
| | | | | | | (From OE-Core rev: 4a80d46baee6d845c7d6afea1ef9a4240bcbe15a) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xwininfo: Update to 1.1.2Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: e86094eb904995d258bf25f1e54670ef7bdd497f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xset: Update to 1.2.2Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 51ea458d2be3a0ea51cb5a5d9b2ee1d8f81e6eb4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xrandr: Update to 1.3.5Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: f7b5c538c964fbfab491fdd977d1397f8a4e567e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xprop: Update to 1.2.1Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 0649eb65a857444bffe8c74302dfe50e39911e37) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkbcomp: Update to 1.2.3Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 7a7119edcd85837571af6fca07fc52a3fd8a83ea) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Update to 1.3.1Saul Wold2011-11-301-3/+3
| | | | | | | (From OE-Core rev: 234071f22c2183ea28cda55bac8f68cb47e8f0e1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xdpyinfo: Update to 1.3.0Saul Wold2011-11-302-8/+10
| | | | | | | | | * Rebase patch to update code (From OE-Core rev: 30582835b44a474416dcc8b887bfc2bc32e0e3f8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontscale: Update to 1.0.9Saul Wold2011-11-301-2/+2
| | | | | | | (From OE-Core rev: e3a8ef74b4ebb8ec131d18960552b52865626d1e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: rdepends on util-linux-mcookie to avoid brining whole util-linuxOtavio Salvador2011-11-111-2/+2
| | | | | | | (From OE-Core rev: a8ed4fcd79f6283c1d45f347dce894d784183900) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Fix `startx` looking for `mcookie` in sysrootPaul Menzel2011-11-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `startx` run on a system based on the demo systemd image [1] and `opkg`-installed packages fails with the following error. /usr/bin/startx: line 139: /OE/tentacle/build/tmp-angstrom_2010_x/sysroots/x68_64-linux/usr/bin/mcookie: No such file or directory Applying commit 443bcc07 [1] from OE-classic Author: Tom Rini <tom_rini@mentor.com> Date: Thu Apr 7 10:36:43 2011 -0700 xinit: Fix mcookie / util-linux-ng dependency xinit just needs to know the runtime path of mcookie so we need to RDEPEND on util-linux-ng and pass the runtime path in via EXTRA_OECONF (From OE-Core rev: 1053a6a8e15851ef139d8aa4683849fc2fc277e1) Signed-off-by: Tom Rini <tom_rini@mentor.com> fixes this issue. Commit 7f6cec6f [2] Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Date: Sun Feb 21 18:11:30 2010 +0100 xinit: add dependency on util-linux-ng […] tried to address the same problem but apparently did not help, because Tom still had problems. [1] http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-systemd-image-eglibc-ipk-v2011.11-core-beagleboard.rootfs.tar.bz2 [2] http://git.openembedded.org/openembedded/commit/443bcc0785bc004e471b3750a34d12d2fd2e5dad [3] http://git.openembedded.org/openembedded/commit/7f6cec6f0adb6203a6dbaf8a43c67c2c4f8bf84e Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rgb: import from meta-oe layerMartin Jansa2011-10-041-0/+10
| | | | | | | (From OE-Core rev: 805219204f81b80c6614aa23645e6960d33a25cc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-app-common: merge some changes from meta-oeMartin Jansa2011-10-041-5/+5
| | | | | | | | | | | | | * use BPN directly instead of XORG_PN * fix depends * fix packaging * add INC_PR (used by recipes in meta-oe now, but should be used here too) (From OE-Core rev: fbf6dcefb719f992c8b7900aea9c719ce143d0b1) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Packaged unpackaged filesRichard Purdie2011-07-071-1/+3
| | | | | | (From OE-Core rev: ab9242965628a301b702d6c8426e59182655fabf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xauth: upgrade from 1.05 to 1.06Yu Ke2011-07-041-2/+2
| | | | | | | (From OE-Core rev: 2b3bf5350861f62435e2fdf1c56c8a02f4b1b4ac) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Add Upstream-Status for multiple recipesYu Ke2011-05-132-0/+4
| | | | | | | | | | | | | | | | iputils: update patch Upstream-Status mktemp: update patch Upstream-Status xinetd: update Upstream-Status libdrm: update patch Upstream-Status qemugl: update patch Upstream-Status x11-common: update patch Upstream-Status xorg-app: update patch Upstream-Status xorg-driver: update patch Upstream-Status (From OE-Core rev: 6c49b8e881bc811386c5f1ebac95829d44ad9bb3) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkbcomp: upgrade from 1.2.0 to 1.2.1Yu Ke2011-04-182-38/+2
| | | | | | | | | | - Also remove the cross compiling patch, since it is already included in 1.2.1 release (From OE-Core rev: 67e5286b931df3207f9bb44cd58f8aafa8c80f96) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Upgrade to 1.5.3 (from 1.5.2)Zhai Edwin2011-04-181-2/+2
| | | | | | | (From OE-Core rev: 8735ecfcaa4f3270fae8306055cb30fb7a179367) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontdir/font-alias: Fix native RDEPENDSRichard Purdie2011-02-161-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONSMark Hatle2011-02-0314-15/+89
| | | | | | | | | | | | | Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* xwininfo: upgrade to 1.1.1Yu Ke2011-01-181-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xkbcomp: upgrade to 1.2.0Yu Ke2011-01-182-2/+39
| | | | | | - also pick one patch from upstream to fix the cross compiling error during the do_configure. it can be safely removed in the next upgrade. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xdpyinfo: upgrade to 1.2.0Yu Ke2011-01-181-3/+3
| | | | | | - update license checksume due to the commit "COPYING: replace stub with actual copyright notice". it provide more accurate license info. the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
* mkfontscale: upgrade to 1.0.8Yu Ke2011-01-182-12/+12
| | | | | | - update license checksum, due to commit "Sun's copyrights now belong to Oracle". the license type is not changed. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xprop: upgrade to 1.2.0Yu Ke2011-01-182-13/+13
| | | | | | - LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xinit: upgrade to 1.3.0Yu Ke2011-01-181-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* mkfontdir: upgrade to 1.0.6Yu Ke2011-01-181-3/+3
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xhost: upgrade to 1.0.4Yu Ke2011-01-182-10/+10
| | | | | | - LICENSE checksum changes due to that "Sun's copyrights now belong to Oracle". it is corp name change only, the license is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xvinfo: Fix LIC_FILES_CHKSUMRichard Purdie2011-01-071-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xvinfo: Upgrade to 1.1.1Zhai Edwin2011-01-061-2/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-301-1/+2
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* recipes-graphics: Add SUMMARY and update DESCRIPTIONMark Hatle2010-12-162-1/+3
| | | | | | Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-0913-0/+39
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* x11perf: Update to 1.5.2Zhai Edwin2010-12-062-6/+10
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* xvinfo: Add license checksumZhai Edwin2010-12-021-0/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* xrandr: fix License ChecksumSaul Wold2010-12-011-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xrandr: Update to version 1.3.4Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-226-112/+0
| | | | | | | | | | | | | This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xrandr: upgrade from 1.3.2 to 1.3.4Yu Ke2010-11-222-34/+2
| | | | | | | | | Also remove the patch resolve_symbol_clash.patch, because the code it applies to has been removed from 1.3.4, by commit ccb3f8a42b: "Remove --clone / --extend support code", so this patch is no longer needed. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xauth: upgrade from 1.0.4 to 1.0.5Yu Ke2010-11-141-0/+0
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xset: upgrade from 1.1.0 to 1.2.1Yu Ke2010-11-142-7/+13
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xwininfo: upgrade from 1.0.5 to 1.1.1Yu Ke2010-11-141-1/+1
| | | | | | | LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xmodmap: upgrade from 1.0.4 to 1.0.5Yu Ke2010-11-141-1/+2
| | | | | | | LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>