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>
|
|
|
|
|
|
To allow building using new libtool the whole source needed to be
updated. To make it easier we've updated all building scripts using
autoreconf and dropping previous included libtool m4 script from
acinclude.m4.
|
|
|
|
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>
|
|
|
|
* fix hard coded path and package name
* note: only tightvnc-viewer is built and shipped
|
|
|
|
|
|
* commit by Laibsch
|
|
|
|
|
|
0.9 are fine.
* unbreaks build when RDEPENDS line is commented out (the kmodule still fails to build)
* reorder fields according to StyleGuide
* closes 1732
|
|
|
|
* this has disabled x11vnc and the SDL viewer. DEFAULT_PREF is -1
* add Patrick to MAINTAINERS file as requested in 2125
|
|
* latest version 0.9.1 fails, needs some looking into
* consolidate bb file into packages/vnc directory
* reorder fields according to StyleGuide
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
|
|
- emacs and synergy need full x11, hence libx11 instead of virtual/x11
- any other packages which depend on a full x11 will need the same change
|
|
|
|
to remove when first submitting.
|
|
|
|
|
|
|