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>
|
|
|
|
|
|
* this is needed for frozen-bubble
* libvorbis is enough, because it will pull in libogg anyway
* bump PR
* closes BUG 4967
|
|
|
|
Conflicts:
packages/busybox/busybox_1.11.3.bb
packages/dsplink/codec-engine_2.10.bb
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.8.bb
packages/glibc/glibc_2.2.5.bb
packages/glibc/glibc_2.3.2+cvs20040726.bb
packages/glibc/glibc_2.3.2.bb
packages/glibc/glibc_2.3.3+cvs20041128.bb
packages/glibc/glibc_2.3.3+cvs20050221.bb
packages/glibc/glibc_2.3.3+cvs20050420.bb
packages/glibc/glibc_2.3.3.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb
packages/glibc/glibc_2.3.6.bb
packages/glibc/glibc_2.4.bb
packages/glibc/glibc_2.5.bb
packages/glibc/glibc_2.6.1.bb
packages/glibc/glibc_2.7.bb
packages/kexecboot/linux-kexecboot_2.6.26.bb
packages/libsdl/libsdl-x11_1.2.11.bb
packages/linux/linux-rp_2.6.26.bb
packages/mozilla/fennec_hg.bb
packages/python/python_2.5.2.bb
packages/tasks/task-xfce-base.bb
packages/xorg-driver/xf86-video-omapfb_git.bb
packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
|
|
* remove the old sdl.m4 likewise the libtool.m4 file
* bump PR
|
|
* there is a stupid PATH setting which is using the host
stuff, just removed it and our staging sdl-config is found
* bump PR
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
oebug 4174) courtesy of Michal Hrusecky <miska@atrey.karlin.mff.cuni.cz>
|
|
|
|
|
|
(yes, this one has been open since 2005-05-24 *cough*)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
upgrades.
and added missing CLFAGS include for directfb
|
|
|
|
* There was two errors - now well-known PAGE_SIZE one, and, apparently, gcc4.1.2
changed extern "C" rules.
* Fixes #2294.
|
|
|
|
|
|
packages.
* The fact that all libsdl variant packages have the same package name, is
a major issue we have, causing various issues with iser support.
* It is caused by Debian package renaming, which ignores real package names
and names them instead based on formal rules of pressing package's files, which
has issue like this in general.
* So, disable Debian renaming, and let OPIE package be built with clearly
distinguishable name, and add RPROVIDES to provide Debian-munged name, so it
will still will satisfy client package requirements.
* TODO:
1. Revisit again why it's so important to h ave Debian renaming.
2. Consider adding workaround for such situations, like intrduceing DEBIAN_SUFFIX
which will Debian-rename packages still, but will add suffic to keep them distinct.
3. RFC adopting libsdl provision scheme for all libsdl variants, i.e. select
common value for RPROVIDES, and make all package use it, while build each of them
with unique name.
|
|
libsdl
implementations in OE.
|
|
|
|
The main reason for this is the thread on the mailinglist, the secondary reason is the the opie people decided to b0rk their patches so they don't apply anymore.
|
|
mailing list. There should be no functionality changes yet.
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
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.
|
|
|