summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-app
Commit message (Collapse)AuthorAgeFilesLines
* xeyes/pong-clock: Update recipesRichard Purdie2012-05-082-4/+9
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-demoapps: Remove except for xeyes and pong-clockRichard Purdie2012-05-081-0/+4
| | | | | | | | http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022059.html As proposed by Martin Jansa with a couple of changes from me. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xauth: Update to 1.0.7Saul Wold2012-05-031-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xkbcomp: Update to 1.2.4Saul Wold2012-05-031-3/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xhost: Update to 1.0.5Saul Wold2012-05-031-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xmodmap: Update to 1.0.7Saul Wold2012-05-031-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xorg-app: Use ${libdir} and ${datadir} for packaging.Lianhao Lu2012-04-2716-14/+19
| | | | | | | | | | Used ${libdir} and ${datadir} instead of hard coded direcotries for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xev: move from meta-demoappsDenis 'GNUtoo' Carikli2012-04-262-0/+92
| | | | | | | | | | * The location where xev was located didn't contain xorg-app-common.inc, but still xev requires it. So moving it fixes that issue. * File checksums and License checksums were also added. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Update to 1.3.2 -- Typo fix.Randy MacLeod2012-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 12-02-02 06:47 PM, Saul Wold wrote: > 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
* mkfontscale: Update to version 1.1.0Saul Wold2012-02-281-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mkfontdir: Update to version 1.0.7Saul Wold2012-02-281-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xorg-apps: Bump PR to accomodate meta-oe recipe deletionKhem Raj2012-02-071-1/+1
| | | | | | | | rgb in meta-oe has been removed in favour of oe-core which requires a PR bump so feeds keep working Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xinit: Update to 1.3.2Saul Wold2012-02-021-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* 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) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* 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. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* x11perf: Upgrade to 1.5.4Zhai Edwin2011-11-301-3/+3
| | | | | 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-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xset: Update to 1.2.2Saul Wold2011-11-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xrandr: Update to 1.3.5Saul Wold2011-11-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xprop: Update to 1.2.1Saul Wold2011-11-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xkbcomp: Update to 1.2.3Saul Wold2011-11-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xinit: Update to 1.3.1Saul Wold2011-11-291-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xdpyinfo: Update to 1.3.0Saul Wold2011-11-292-8/+10
| | | | | | * Rebase patch to update code Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mkfontscale: Update to 1.0.9Saul Wold2011-11-291-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xinit: rdepends on util-linux-mcookie to avoid brining whole util-linuxOtavio Salvador2011-11-111-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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 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>
* rgb: import from meta-oe layerMartin Jansa2011-10-041-0/+10
| | | | | 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) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Packaged unpackaged filesRichard Purdie2011-07-051-1/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xauth: upgrade from 1.05 to 1.06Yu Ke2011-07-041-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* recipes: Add Upstream-Status for multiple recipesYu Ke2011-05-122-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 Signed-off-by: Yu Ke <ke.yu@intel.com>
* 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 Signed-off-by: Yu Ke <ke.yu@intel.com>
* x11perf: Upgrade to 1.5.3 (from 1.5.2)Zhai Edwin2011-04-181-2/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* 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>