Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-02 | xorg-font: do not call 'fc-cache' during do_install | Marcin Juszkiewicz | 1 | |
We package only fonts so 'fc-cache' run is not required (and breaks for some fonts). Still needed is adding call of 'fc-cache' (or rather 'update-fonts' from 'font-update-common' package) on target device. | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 3 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 3 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 5 | |
2008-09-21 | xorg-font-common.inc: Fix xorg fonts referring host path. bug# 4570 | Junqian Gordon Xu | 1 | |
2008-08-24 | xorg-fonts: set package arch to all for fonts | Koen Kooi | 3 | |
2008-08-12 | xorg-minimal-fonts: add symlink for Xorg compat | Koen Kooi | 1 | |
2008-08-06 | xorg-minimal-fonts: add a recipe that installs a minimal amount of fonts to ↵ | Koen Kooi | 49 | |
get the Xorg server going. * this probably clashes with other font recipes at runtime, but since those don't build at all.... | ||||
2008-07-27 | font-misc-misc: re-add apparently deleted package with no obvious | Phil Blundell | 3 | |
replacement | ||||
2008-03-15 | font-xfree86-type1: add 1.0.1 | Philipp Zabel | 1 | |
2008-02-02 | font-util-native: simplify recipe, use the same source tarball as font-util | Philipp Zabel | 1 | |
2008-01-28 | xorg-font-common.inc: Fix SRC_URI | Richard Purdie | 1 | |
2008-01-28 | xorg: Add packages accidently dropped in ↵ | Richard Purdie | 38 | |
778aeb6e918d6ec53d4abbfa67d0d3832c8d717e, updated to match current version scheme (thanks to pb_ for spotting) | ||||
2008-01-25 | divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵ | Rolf Leggewie | 1 | |
Partly fixes 2471. | ||||
2007-08-05 | Xorg: drop stale recipes X11R7* in PV. Those aren't needed anymore after the ↵ | Koen Kooi | 41 | |
Xorg cleanup from poky was merged | ||||
2007-03-28 | X11R7.2 preparation: xorg-font | Philipp Zabel | 2 | |
- add individual release support to xorg-font-common.inc - add new X11R7.2 releases (individual release versions) | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 2 | |
2006-11-21 | font-util-native: fix SRC_URI | Marcin Juszkiewicz | 1 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-08-09 | xorg: use bzip2 compressed source tarballs | Philipp Zabel | 1 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 39 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2006-08-02 | font-util_X11R7.1-1.0.1: fix RDEPENDS | Koen Kooi | 1 | |
2006-07-29 | font-alias: depend on virtual/xserver instead of xserver-xorg | Koen Kooi | 1 | |
2006-07-24 | xorg-font: Update for X11R7.0 and X11R7.1. | Raymond Danks | 42 | |
2006-07-24 | xorg-*: Massive rename to conform to X11R7.x_a.b.c versioning and xorg-* ↵ | Raymond Danks | 10 | |
directory structure. This is the first step for the update to X11R7.1. This will not build and will be followed by more patches and updates. |