summaryrefslogtreecommitdiff
path: root/packages/klibc/klibc-utils-static_1.5.bb
AgeCommit message (Collapse)AuthorFiles
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>
2008-09-21klibc: add x86 targets. close bug# 4567Junqian Gordon Xu1
2008-04-14klibc: add wc to toolsThomas Kunze1
* for use with uniboot
2008-04-04klibc, klibc-utils-static: add some read options to dashThomas Kunze1
2008-03-08klibc, klibc-utils-static: add losetup and modprobe to klibc-utilsThomas Kunze1
2008-02-28klibc.inc: reformat SRC_URI, add fstype-sane-vfat-and-jffs2 patchThomas Kunze1
Change of SRC_URI was necessary because the eabi patch wasn't always appllied by bitbake.
2008-02-26klibc: make klibc compile with eabi uclibcThomas Kunze1
2008-02-24klibc, klibc-utils-static: apply config-eabi.patch only onceThomas Kunze1
2008-02-22klibc-utils-static: add some missing utilsThomas Kunze1
2008-02-08klibc: make changes so that klibc-utils-static compiles for eabi as well. ↵Thomas Kunze1
Closes 3745.
2008-02-06klibc: move do_stage to separate inc file. Fixes do_stage failure for ↵Rolf Leggewie1
klibc-utils-static.
2008-02-05klibc-utils-static: first commit. partly closes 3739.Rolf Leggewie1