Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
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>
|
|
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>
|
|
|
|
|
|
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.
|
|
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>
|
|
|
|
* 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.
|
|
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.
|
|
|
|
* Update to newest parted. Includes many bugfixes
and improvments.
|
|
* Parted doesnt work on ARM when used with glibc 2.5
This patch although not fixing the issue adds
some cleanups. Supplied by maintainers.
|
|
* 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.
|
|
* Since the last parted version in OE was quite old ( > 7months)
its time for a new version.
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
|
|
|