summaryrefslogtreecommitdiff
path: root/packages/module-init-tools/module-init-tools_3.2.2.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-08-22module-init-tools: bump PRMike Westerhof1
2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi1
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs
2007-05-13module-init-tools: fix build against uclibcKoen Kooi1
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-04-29Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵Richard Purdie1
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581)
2006-02-12module-init-tools: change depmod removal - close #671Marcin Juszkiewicz1
- "update-alternative --remove depmod" moved to m-i-t-depmod prerm - removed handling of depmod from m-i-t as it is handled in m-i-t-depmod already and user can have only depmod package installed
2005-12-13module-init-tools: upgraded to 3.2.2, removed all versions older then 3.2.1Marcin Juszkiewicz1
- module-init-tools-cross upgraded to 3.2.2 (byteorder switch patch no longer needed) - all not needed patches removed