summaryrefslogtreecommitdiff
path: root/packages/parted/parted_1.8.7.bb
AgeCommit message (Collapse)AuthorFiles
2009-02-13parted: drop versions up to 1.8.8Otavio Salvador1
Versions older then 1.8.8 are not maintained upstream and looks to have no users inside of OE hence makes no sense to be kept. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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-07-10parted 1.8.7: Make buildable with latest linux-headers.Paul Sokolovsky1
* Add an adhoc syscall macros include, and they are gone. * Also add a hacky patch to make sure that libparted build properly with autoconf 2.59, but it really requires 2.61.
2007-07-10parted 1.8.7: Set DEFAULT_PREFERENCE = "-1", requires autoconf 2.61 to be ↵Paul Sokolovsky1
built properly. * Requires autoconf 2.61. Without it, will build, but there will be link errors when some other package will link against libparted. This is actually due to fact that autoconf 2.61 doesn't want to source OE site files. See #2633, $2634.
2007-06-14parted: add 1.8.7Koen Kooi1