summaryrefslogtreecommitdiff
path: root/recipes/xorg-app
AgeCommit message (Collapse)AuthorFiles
2010-06-27xorg-app: oe-stylizeMartin Jansa238
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app: remove useless empty #DESCRIPTION commentMartin Jansa17
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app: remove extra DEPENDS on virtual/libx11, which is already set in ↵Martin Jansa125
xorg-app-common.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xcursorgen: convert to BBCLASSEXTENDSMartin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27bdftopcf: convert to BBCLASSEXTENDSMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xkbcomp: convert to BBCLASSEXTENDSMartin Jansa7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontdir: convert to BBCLASSEXTENDSMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontscale: convert to BBCLASSEXTENDSMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontdir: convert to BBCLASSEXTENDSMartin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app-common: use BPN instead of XORG_PNMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25recipes: use libxt/libxft/libxdmcp/libxscrnsaver/liblbxutil/libxau/libxext ↵Martin Jansa2
instead of xt/xft/xdmcp/libxss/lbxutil/xau/xext providers * there is only one provider, so use it directly as othere recipes does Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-22xorg: bump packages 2010-06-22Martin Jansa6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-15xorg-app-common: include app-defaults into built packagesDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-14mkfontdir: always include non-native recipe and use xorg-app-common.incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xterm: use xorg-app-common.incMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkbold-mkitalic-native: use xorg-app-common.incMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkfontscale: always include non-native recipe and use xorg-app-common.incMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xkbcomp-native: use xorg-app-common.incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xorg-app: use INC_PRMartin Jansa248
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa6
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa6
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson13
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson13
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-12xorg: add newer xserver 1.8.1, xdm, imakeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-15xorg-app: convert to new style stagingKoen Kooi4
2010-04-13mkfontdir-native: use in require and fix it for 1.0.5Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa239
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-18xinit, xinput, libxt: add newer versionsMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-21xinit: add dependency on util-linux-ngFrans Meulenbroeks1
if util-linux-ng is build before xinit, xinit will use mcookie (exported by util-linux-ng) Howwever if util-linux-ng is not build before xinit it will not use mcookie. This leads to an undesired scenario. E.g. the version of xinit on the angstrom feed needed mcookie, but as my system did not have util-linux-ng installed, startx failed. By making the dependency explicit at least we get consisency and apparently using mcookie is the preferred solution. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-19xdm: need to pass paths to wtmp/utmp, bump PRTom Rini1
2010-02-12xorg: add latest xorg packages for 2010-02-10 and xserver-xorg git recipeMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-11xorg: add name=archive to SRC_URI in include filesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-21xorg: update recipes to latest releases 2010-01-18Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-31xorg: bump viewres, xbiff, xcalc, xeyes, xf86-input-joystickMartin Jansa4
* remove old recipes/xorg-app/xeyes_1.0.991.bb because its only snapshot * remove old recipes/xorg-driver/xf86-input-joystick_1.4.99.2.bb * bump preferred version of eyes and xf86-input-joystick even for R7.5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xorg: update listres, xlogo, xf86-input-evdev, xf86-input-synaptics, ↵Martin Jansa2
xf86-video-nv, liblbxutil, libpciaccess, util-macros, util-macros-native to latest versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xorg: upgrade to latest versions from 2009-11-29Martin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xorg: update recipes of other freedesktop projectsMartin.Jansa16
* Update versions to latest available at http://xorg.freedesktop.org/releases/individual when X11R7.5 was released
2009-12-22xorg: add recipes for X11R7.5 releaseMartin.Jansa42
* Update conf/distro/include/preferred-xorg-versions-X11R7.5.inc * Only recipe versions specified in X11R7.5 and available at http://www.x.org/releases/X11R7.5/src/
2009-12-10libglew, xdriinfo: bump PR after mesa -> virtual/libgl changeMartin Jansa2
2009-12-10xdriinfo: depend on virtual/libgl instead of mesa directlyMartin.Jansa2
2009-11-13xterm_207.bb : fix problem on "SELinux" F11 based buildsGraeme Gregory3
xterm_251.bb : fix problem on "SELinux" F11 based builds This was not really F11 or SELinux problem, installer was checking for the existance of /usr/bin/X11/xterm and trying to read the permissions for that and replicate them into the OE build. A simple --disable-setuid prevents this script being called and the bogus check on host tools from occuring.
2009-11-12xterm_251.bb : really add latest version of xtermGraeme Gregory1
2009-11-12xterm_243.bb : add newest version of xtermGraeme Gregory1
2009-10-12xvidtune: include app-defaults otherwise it fails to runOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-10-09Revert "Add latest xorg stuff for xserver-1.7, script for easy recipe bump ↵Marcin Juszkiewicz28
and xf86-video-glamo-kms" This reverts commit 117ec4def4dff7abad394279698e1ddaef9407a7.
2009-10-09Add latest xorg stuff for xserver-1.7, script for easy recipe bump and ↵Martin Jansa28
xf86-video-glamo-kms Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-09-04xinput: Updated to version 1.4.2.Stanislav Brabec1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko183
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>