Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 1 | |
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-07-28 | imagemagick: move *.la files out of dev package, they are needed for modules | Jeremy Laine | 1 | |
2008-06-13 | imagemagick: don't call libtoolize for imagemagick, it doesn't work | Jeremy Laine | 1 | |
2007-09-22 | imagemagick/imagemagick_6.3.5-10.bb : new version of image magick. | Graeme Gregory | 1 | |
fixed #1379 by disabling perl image magick as it is broken and looking at previous recipe has always been broken. fixed #2525 by pactching the -config files so binconfig can do its magic. Have built kismet against it and kismet is happy |