Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
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 | 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-05-06 | fbreader: fix SRC_URI (courtesy jlime project), reorder fields and update ↵ | Rolf Leggewie | 1 | |
HOMEPAGE | ||||
2008-03-26 | fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device | Graeme Gregory | 1 | |
2007-12-13 | divers: fix spelling mistake in license (GPL2 -> GPLv2). | Rolf Leggewie | 1 | |
* seize the opportunity to reorder some fields according to OE style guide | ||||
2007-08-27 | fbreader: Get rid of iconv crap | Florian Boor | 1 | |
2007-08-23 | fbreader: fix dependency | Florian Boor | 1 | |
2007-08-20 | fbreader: Add libiconv depencency | Florian Boor | 1 | |
2007-08-14 | fbreader: Use Zaurus patches for htcuniversal too, update patch to fix link ↵ | Florian Boor | 1 | |
problem. | ||||
2007-06-25 | fbreader: Enable large icons for SL-Cxx00 devices & add first version of ↵ | Matthias Hentges | 1 | |
zaurus-VGA.patch, fixing font sizes | ||||
2007-06-09 | fbreader 0.8.2a: Fix READER_RESOLUTION vs RESOLUTION typos/thinkos. | Paul Sokolovsky | 1 | |
* Closes #2446. | ||||
2007-06-09 | fbreader 0.8.2a: Fix type s/${MACHINE}/${MACHINE_ARCH}/. | Paul Sokolovsky | 1 | |
2007-04-26 | fbreader: | Matthias Hentges | 1 | |
- Fix do_install to honor READER_ARCH - Remove left-over help-file from previous version from 480x640-buildfix.patch | ||||
2007-04-24 | fbreader: Add 0.8.2a | Matthias Hentges | 1 | |
- cleanup .bb - set TARGET_ARCH = MACHINE - allow easy customization for different devices than 320x240 Zauruses... |