summaryrefslogtreecommitdiff
path: root/packages/meta/meta-opie-all.bb
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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_PRHolger Hans Peter Freyther1
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>
2007-04-04meta packages: Create a new class, clean up the code and add correct ↵Richard Purdie1
dependencies for bitbake 1.8
2006-11-20another set of parse errors fixingMarcin Juszkiewicz1
2006-01-14opie-meta-all restructured to new wayMarcin Juszkiewicz1
- all task-qpe-* definitions moved from meta-opie-all.bb to task-qpe.bb - meta-opie-all build all Qtopia stuff like it was before - small changes in tasks
2006-01-08DEPENDS cleanup of packages/meta. This doesn't fix all DEPENDS here but does ↵Richard Purdie1
remove a large chunk of the incorrect ones. Some entries that shouldn't be present have been marked FIXME as they indicate problems elsewhere in the metadata. Help from the opie/gpe gurus needed. I've not touched the NSLU code as I suspect they'd rather do this themselves?
2005-09-16meta-opie-all: added gnuz into task-qpe-gamesMarcin Juszkiewicz1
2005-09-14meta-opie & opie-image restructure (bug#307)Marcin Juszkiewicz1
- new metapackage: meta-opie-all which contain non-OPIE stuff for QPE enviroment - meta-opie contain only OPIE stuff (plus konqueror-embedded and qpdf2 for bigflash devices) - moved opie-collections.inc functionality into meta-opie - created many task-packages for all opie packages - building opie-image from defined tasks There is one problem with it - building opie-image for bigflash device fail on opie-mediaplayer2 (skin problem) - don't know does it come from meta-opie or does it is ipkg problem.