summaryrefslogtreecommitdiff
path: root/packages/parted
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko4
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>
2009-02-17parted: drop configure_prepend since syscalls.h was removeOtavio Salvador1
2009-02-17parted: drop syscalls patches sinse we device _llseek nowOtavio Salvador1
2009-02-13parted: drop versions up to 1.8.8Otavio Salvador6
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>
2009-02-10parted: revamp 1.8.8 recipeOtavio Salvador5
It now uses a macro to define _llseek if it is not available and sync it against current stable branch making it more suitable to be used in scripts and like. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2008-12-05parted: fix calloc testKoen Kooi1
2008-12-05parted: update to 1.8.8Koen Kooi1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther5
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 Freyther5
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-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2007-07-10parted 1.8.7: Make buildable with latest linux-headers.Paul Sokolovsky5
* 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
2007-01-12packages/parted/parted_1.8.2.bb : New parted VersionKristoffer Ericson1
* Update to newest parted. Includes many bugfixes and improvments.
2007-01-11parted/parted-1.8.0/memory_allocation.patch : Addition of patchKristoffer Ericson2
* Parted doesnt work on ARM when used with glibc 2.5 This patch although not fixing the issue adds some cleanups. Supplied by maintainers.
2007-01-10packages/parted/parted_1.8.0.bb: Addition of mem allocation patchKristoffer Ericson1
* Currently parted 1.8.0 doesnt work on ARM devices when using glibc 2.5. This patch although it didnt solve the issue is an update from their maintainer.
2006-11-20parted/parted_1.8.0.bb : Addition of new parted versionKristoffer Ericson1
* Since the last parted version in OE was quite old ( > 7months) its time for a new version.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-02-05parted: adding version 1.6.25.1Justin Patrin1
2005-07-19add GNU parted 1.6.23 - patch courtesy PigiMichael Lauer2