summaryrefslogtreecommitdiffstats
path: root/package/libjpeg
AgeCommit message (Collapse)Author
2014-02-11libjpeg: fix "jpegtran" spelling in target-install hookDanomi Manchego
Use correct bin name so that LIBJPEG_REMOVE_USELESS_TOOLS fixup actually removes it. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-06-06Normalize separator size to 80Alexandre Belloni
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06Remove description and url from headerAlexandre Belloni
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-12-14package: add selection between libjpeg and jpeg-turboPeter Korsgaard
Introduce a virtual 'jpeg' package, which pulls in either libjpeg or jpeg-turbo depending on a choice selection. Rename jpeg package to libjpeg so we can reuse 'jpeg' for the virtual package, making the change transparent to existing users and all the packages using libjpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>