aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
AgeCommit message (Collapse)Author
2010-09-28xorg: add new recipes for versions from 2010-09-28Martin Jansa
* remove 3 old recipes for versions not pinned by any preferred-xorg-versions * libx11 will be pushed soon Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-19xorg-app: move older not pinned versions to obsolete dirMartin Jansa
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-16xorg: add latest packages for 2010-08-16Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12xorg: add latest versions for 2010-08-12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03xorg: bump latest versions from 2010-08-02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app: oe-stylizeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app: remove useless empty #DESCRIPTION commentMartin Jansa
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 Jansa
xorg-app-common.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xcursorgen: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27bdftopcf: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xkbcomp: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontdir: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontscale: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27mkfontdir: convert to BBCLASSEXTENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-app-common: use BPN instead of XORG_PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25recipes: use libxt/libxft/libxdmcp/libxscrnsaver/liblbxutil/libxau/libxext ↵Martin Jansa
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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-15xorg-app-common: include app-defaults into built packagesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-14mkfontdir: always include non-native recipe and use xorg-app-common.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xterm: use xorg-app-common.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkbold-mkitalic-native: use xorg-app-common.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14mkfontscale: always include non-native recipe and use xorg-app-common.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xkbcomp-native: use xorg-app-common.incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14xorg-app: use INC_PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
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 Jansa
* 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 Larson
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 Larson
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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-15xorg-app: convert to new style stagingKoen Kooi
2010-04-13mkfontdir-native: use in require and fix it for 1.0.5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* 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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-21xinit: add dependency on util-linux-ngFrans Meulenbroeks
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 Rini
2010-02-12xorg: add latest xorg packages for 2010-02-10 and xserver-xorg git recipeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-11xorg: add name=archive to SRC_URI in include filesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-21xorg: update recipes to latest releases 2010-01-18Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-31xorg: bump viewres, xbiff, xcalc, xeyes, xf86-input-joystickMartin Jansa
* 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 Jansa
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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xorg: update recipes of other freedesktop projectsMartin.Jansa
* 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.Jansa
* 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 Jansa
2009-12-10xdriinfo: depend on virtual/libgl instead of mesa directlyMartin.Jansa
2009-11-13xterm_207.bb : fix problem on "SELinux" F11 based buildsGraeme Gregory
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 Gregory
2009-11-12xterm_243.bb : add newest version of xtermGraeme Gregory
2009-10-12xvidtune: include app-defaults otherwise it fails to runOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>