summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-font
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2752-661/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* font-alias: fix metadataDexuan Cui2010-07-222-0/+54
| | | | | | Pull a upstream commit to fix COPYING. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xorg-minimal-fonts: fix metadataDexuan Cui2010-07-161-1/+5
| | | | | | | | | | | | | | There is no explicit license info in the local directory. I used "fontforge" to open the fontdata file (.pcf.gz file) in the xorg-minimal-fonts/misc/ and found fontforge's menu "Element->Other Info->BDF info" says the "COPYRIGHT" is "Public domain font. Share and enjoy. Actually "cat *.pcf.gz | gunzip | strings | grep 'Public domain'" also shows the same string. So I think the license of xorg-minimal-fonts should be Public Domain. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xorg-minimal-fonts: fix metadataDexuan Cui2010-07-021-0/+3
| | | | | | | LICENSE and LIC_FILES_CHKSUM haven't been updated yet. Will keep to try to find the origination. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* font-alias: fix metadataDexuan Cui2010-07-021-2/+2
| | | | | | | LICENSE and LIC_FILES_CHKSUM haven't been updated yet. Will keep to try to find the origination. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* encodings: Specify encodingsdir as the default was being detected ↵Richard Purdie2010-06-301-1/+3
| | | | | | incorrectly resulting in an empty package Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* font-util: fix LICENSE to "BSD & MIT-style & Unicode"Dexuan Cui2010-06-291-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* font-util: fix metadataDexuan Cui2010-06-171-3/+9
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* encodings: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xorg-font-common.inc: fix metadataDexuan Cui2010-06-171-0/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xorg: Bulk version upgradesRichard Purdie2010-02-034-0/+76
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Drop unneeded mtn2git filesRichard Purdie2008-12-311-0/+0
|
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-2248-0/+511
of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966