summaryrefslogtreecommitdiffstats
path: root/package/liberation
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-061-0/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Allow selection of individual Liberation font setsCharles Manning2013-01-142-1/+36
| | | | | | | | We don't always want all the font sets on small systems. [Peter: cleanup Config.in, ensure target dir gets created first] Signed-off-by: Charles Manning <cdhmanning@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: remove useless arguments from GENTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liberation: convert to gentargets and bump to 1.06.0.20100721Martin Banky2010-09-291-30/+9
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liberation: cleanup and really fix continous rebuildPeter Korsgaard2009-04-071-5/+6
|
* liberation: fix continous rebuildPeter Korsgaard2009-04-061-1/+1
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/liberation/liberation.mk: A further tidy up.....Daniel Laird2009-01-131-9/+3
| | | | | | | | Use touch -c $@ Do not install fonts into staging dir. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/liberation/liberation.mk: Correct the makefile to what it should ↵Daniel Laird2009-01-121-2/+2
| | | | | | | | | have been Correct the makefile so that it works and is what I originally planned to add. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* liberation internal dependencies are correctedUlf Samuelsson2009-01-101-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* package/liberation: Add liberation fonts packageDaniel Laird2008-10-202-0/+54
Add the liberation fonts package as this can be used by GTK etc and means you have some useful (free) fonts. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>