summaryrefslogtreecommitdiff
path: root/packages/util-linux/util-linux_2.12r.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-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
2008-05-24Do not use asm/page.h its not exported anymore.Khem Raj1
2007-09-14utillinux: add patch to fix avr32 compilationKoen Kooi1
2007-06-23initscripts 1.0: mountall.sh: Drop dependency on util-linux-mount.Paul Sokolovsky1
* Yes, there's such dependency, unspecified. Due to funky options it doesn't work with cute busybox mount. * Those funky options better be killed shamefully, but let's do the twist, and allow to specify additional mountall options via /etc/default/mountall, and let util-linix-mount spit its funkiness there. User can edit it to his likes, too.
2007-04-29util-linux: fix build failure with newer kernel headers, patch from debianPhilipp Zabel1
2006-11-21util-linux: add debian patch and patches from #1533, courtesy Gerwin van der ↵Koen Kooi1
Kruis, should close #1533
2006-10-04util-linux: Put mkfs.minix and fsck.minix under update-alternativesJamie Lenehan1
control so they don't conflict with the busybox versions.
2006-09-15util-linux: bumped the PR on the latest version cause the .inc file changedRod Whitby1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-06-07util-linux: gcc 4.1.1 did not like umount being redeclared as staticFrans Meulenbroeks1
made patch to remove static, included it in the inc file bumped all PRs of the files that include that file
2006-01-27util-linux: split out umount/swap/losetup commands in allJohn Bowler1
- There already was a separate package for 'mount', there are now packages for umount, swaponoff and losetup - i.e. all the 'mount' tools except pivot_root. To ensure backward compatibility util-linux (the main package) RDEPENDS on the new packages.
2006-01-21util-linux: Upstream upgrade to 2.12rOyvind Repvik1
Split off mount to separate package Fix fdisk thumb compilation problem.