Age | Commit message (Collapse) | Author | Files |
|
* Move to latest tip.
* Delete patches merged upstream.
* Add patches to hide __libc* symbols.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
|
|
The glib-2.0 recipe seemed to have gained a lot of un-needed extras and
was also out of date for BBCLASSEXTEND and staging. So this is a minimalised
new version.
|
|
This is needed as latest gnome is using the new features and error
on autoreconf without it.
|
|
looks in /usr/etc/mplayer!
|
|
|
|
* MACHINE_KERNEL_PR bump will follow a bit later on
|
|
|
|
|
|
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Backport X_ShmAttach fix from 0.9.9
Signed-off-by: Ed Swarthout <Ed.Swarthout@hwdebug.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
• Some information in a recipe apply to all versions of a program. Factor them out into an extra file and include/require this in each recipe as seen in a lot of other programs/packages/recipes in OE.
• VDR’s plugins often change and therefore put patches to them in version dependent folder.
This hopefully lessens the effort to add new versions.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
* Bump SRCREV to latest tip of git.
* Add config for qemu x86 and mips.
* Drop uclibc_ldso_use_O0.patch gcc 4.4 seems not to need it.
* Set UCLIBC_HAS_LIBUTIL=y in distro.config otherwise
libutils wont be generated which is needed by apps like pam.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* This is usefull when using 'evdev' for touchscreens since earlier version of hal labeled them 'touchpads' which enables all kind of weird behaviour like relative movement
|
|
* we're using libblkid from u-l-ng nowadays, but e-l was still install a .pc breaking apps checking for libblkid > 2.15
|
|
|
|
|
|
* eet: convert to BBCLASSEXTEND
* elementary: add dep on eet-native
|
|
|
|
* As the app supports runtime config of touchscreens an icon for the app seems like a good idea.
|
|
|
|
(recipes for newer versions still being worked on).
|
|
* Also tweak poppler 0.12.3 so it RDEPENDS poppler-data.
|
|
|
|
|
|
spurious resample and ffmpegcolorspace elements
|
|
compressed data
|
|
|
|
Signed-off-by: Petr Štetiar <ynezz@true.cz>
|
|
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
|
|
Added xorg.conf for htcdream in xserver-xorg.
Signed-off-by: David Lanzendörfer <david.lanzendoerfer@o2s.ch>
|
|
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
|
|
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
|
|
Ronetix boards LCD
Tested with display TX09D71VM1CCA.
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
|
|
Without the gtkmathview dependency the abiword mathview plugin is not
built,which prevent the edition of the math formulas(mathml or latex
formulation)
I also had issues displaying the formulas on my eeepc 701
(machine support will be commited soon) without the plugin:
*The 3 top formulas of my document had a black rectangle on a part of
them
*the part after the black rectangle was truncated and mixed
Installing the plugin fixed both issues,but I noticied an issue
with the latex notation where a \cdot was transformed in a C with
a vertical bar in it(like the $)
|
|
See https://bugzilla.gnome.org/show_bug.cgi?id=444974 for more details
I encountred this bug when trying to run an application, that made use
of the 2 screens of the bug device(see bug.conf in machines dir)
The patch is already in the trunk of pygtk,and so is already upstream
|
|
I took the default config and changed the following things:
hda1->sda1: eee710 uses the new pata/sata subsystem driver in
the linux kenrel,and the devices nodes changed from hdxx
(in use in the old ata subsbsystem) to sdxx (in use in the new
unified pata/sata one)
ro was temporarly remplaced by rw because of the problem where the boot
process hung.
Udev could not write his cache on the disk, should have been fixed
by commit 2b835db69e6b838fa8628dd85b11b4f930d5f5f9 but it was not
(same issue than before...maybe this commit fix something else then)
|
|
The eeepc 701 has a synaptics touchpad,so we use the synaptics
driver which gives us more features and is more convenient
to use,specially with the TapButton1 option,which permit
to emulate the fact of holding the mouse button while moving
Even if evdev was in the kernel,evdev didn't seem to work for:
*internal keyboard
*external keyboard
*external mouse
So it uses the mouse and kbd driver
|
|
Here how it was configured:
*All internal hardware support was built-in
*All external hardware which could be possibly attached was compiled as module
*All hardware which can't be attached such as other pci cards than the builtin
ones are removed(note that the eeepc 701 doesn't have pc-card)
*The net filtering parts (needed for iptables) were compiled as modules when
possible
Hardware details:
*The sd-card controler uses the mass storage driver
*The synaptics driver was built as evdev and would need the synaptics xorg
driver for working,Also note that it can also function as a basic mouse
but it wouldn't benefit from the synaptics features
*The webcam is uvc
*the network card needs the atl2 driver to work
*the wifi driver is ath5k
*there is an eeepc driver for hotkeys in the kernel named eeepc-laptop
*the graphic card is an intel i915 card
|
|
This patch will not be needed anymore(and should not be rebased)
when upstream dolt m4 macros will land into future gnumeric versions
For more background about the dolt problem, refer to the commit message
in this revision 29c63b640c4e4c852cf3084232ef67c8fd9d3214
|
|
|
|
Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
|
|
* as discussed and agreed on the mailing list
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
|