Martin Jansa
fc9386733a
recipes: bump PR to rebuild after libffi5 -> libffi6
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-09-20 10:02:45 +02:00
Andreas Müller
4d234731b2
lxdm: initial add 1.22_git
...
* use git version since 1.21 missing escape button and bugfixes
* no init-scripts (I am working with systemd -> testing causes huge efforts ->
subsequent patches)
* run tested on overo/xfce
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-09-17 10:42:35 +02:00
Martin Jansa
eb82b4f0e4
pixman: drop patches, merged to oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-09-10 15:37:16 +02:00
Martin Jansa
49e269ecc6
packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some upgrade path
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-09-05 10:05:06 +02:00
Martin Jansa
21a4be0e36
task*: rename to packagegroup to match oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-09-05 10:05:06 +02:00
Martin Jansa
f3dbc97b44
xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDS
...
* it was separated from xserver-xorg package and glamo fails in runtime without that
http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-09-05 10:05:05 +02:00
Andreas Müller
624dcdc1fd
pixman: fix qemu workaround
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-08-30 10:42:11 +02:00
Martin Jansa
d27e1e203f
pixman: update bbappend to match 0.27.2
...
* when [1] is applied in oe-core this could be dropped completely
(that's why I've removed PRINC here)
* [1] http://patches.openembedded.org/patch/34885/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-08-20 22:51:54 +02:00
Andreas Müller
72f8ed4557
pango: remove and use oe-core version 1.30
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-08-20 22:51:54 +02:00
Martin Jansa
f1b3d559f7
xserver-common: add support for tuna
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-08-20 10:02:47 +02:00
Martin Jansa
695786ad0f
xf86-video-glamo: disable KMS, fix build with KMS disabled
...
* RDEPENDS are not needed without KMS
* libdrm in meta-openmoko doesn't provide support for glamo, so not it would fail to build with KMS enabled
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-08-20 10:02:09 +02:00
Otavio Salvador
79b7ca9227
libxaw: Fix libxaw-dev to not depends on non-existent libxaw package
...
The libxaw recipe generate a binary package for each soname of libxaw
(currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev
cannot depends on it.
Reported-by: Daiane Angolini <daiane.angolini@freescale.com >
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-08-07 12:21:24 +02:00
Martin Jansa
72e02b4625
pixman: add patch to fix SEGFAULT when parsing auxv
...
* without this patch emacs won't build
* temacs is executed in qemu and fails like this:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
which is actually:
Program received signal SIGSEGV, Segmentation fault.
__GI_strncmp (s1=s1@entry=0x0, s2=s2@entry=0x40d68638 "v7l", n=n@entry=3) at strncmp.c:64
64 strncmp.c: No such file or directory.
(gdb) bt
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-07-31 03:47:15 +02:00
Martin Jansa
5cb8258d15
recipes: convert tabs to 4 spaces in populate_packages
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-07-19 16:26:18 +02:00
Andreas Müller
42e00e8ffd
xserver-nodm-init: move systemd support to meta-systemd
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-07-16 09:39:07 +02:00
Andreas Müller
34fe984fc6
xinput-calibrator: : move systemd support to meta-systemd
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-07-16 09:39:07 +02:00
Koen Kooi
304dddec3c
pixman: update bbappend to match oe-core
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-07-10 11:35:00 +02:00
Denis Carikli
e19f6ed0b2
xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe-core)
...
Without that fix environments like sato cannot start because
they require x-session-manager to be started instead of
x-window-manager.
Signed-off-by: Denis Carikli <denis@eukrea.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-07-09 15:35:36 +02:00
Martin Jansa
21b85f3426
recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:52 +02:00
Martin Jansa
0e2593e2e7
ttf-fonts: call update-fonts only on target, not during do_rootfs
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-10 20:20:18 +02:00
Martin Jansa
eaafb0b441
libxaw: upgrade to 1.0.10 to fix -Werror=pointer-to-int-cast when building for x86-64
...
* 1.0.9 fails with:
| XawIm.c:1410:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
| XawIm.c:1415:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
* fixed upstream:
http://cgit.freedesktop.org/xorg/lib/libXaw/commit/?id=49c0a2441946f0d70fbd2612f193c95b84dde102
* COPYING changed only formally, stripping trailing spaces in
http://cgit.freedesktop.org/xorg/lib/libXaw/commit/COPYING?id=37ffe69b10ae29e8f91de6ef647d06804b9d159b
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-05-08 10:20:16 +02:00
Koen Kooi
bab6476691
xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work without it
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Acked-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-05-05 09:00:20 +02:00
Martin Jansa
80c03da776
xorg: remove BBCLASSEXTENDs for gtk+-native they should be in oe-core
...
This reverts commit 1ab99af784f5f1564f28f6afc4718d630b42a606.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-05-04 10:05:32 +02:00
Martin Jansa
2bddcd183b
pango: native support and --disable-introspection moved to oe-core pango.inc
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-04-26 13:50:24 +02:00
Martin Jansa
37400df21c
librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved to oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-04-26 13:50:24 +02:00
Otavio Salvador
1c2e52a30e
xserver-common: drop xinput-calibrator call as it is done by xdg now
...
The new xinput-calibrator package provides a xdg file that handles
this logic so drop it from session.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2012-04-25 13:58:56 +02:00
Martin Jansa
a6cc90e84c
pixman: remove IWMMXT setting
...
* khem moved it to oe-core and kept it here
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-17 20:12:00 +02:00
Koen Kooi
6885f03e7c
bbappends: append to BBCLASSEXTEND instead of overwriting it
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-14 13:59:11 +02:00
Koen Kooi
06d890e503
libxcursor: fix 'git mv' gone wrong
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-13 19:44:15 +02:00
Martin Jansa
aa62eed2e5
xorg: add more native BBCLASSEXTENDs for gtk+-native
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-13 17:10:53 +02:00
Martin Jansa
bc0243c2a2
xserver-common: use git patches and add functions file
...
* otherwise we were depending on initscripts to provide it without RDEPENDing on it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Acked-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-13 10:50:16 +02:00
Koen Kooi
67a2bd88ab
xinput-calibrator 0.7.5: run xinput_calibrator_once.sh using XDG autostart mechanism
...
This runs when the session starts so after the DM. Not a great solution, but at least it will popup a calibration dialog automatically and restore calibration on subsequent sessions.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-11 18:20:46 +02:00
Martin Jansa
2cb1ae5c17
xserver-nodm-init: add EnvironmentFile
...
* used to set HOME variable before /etc/X11/Xsession is started
* e.g. enlightenment is creating ${HOME}/.e and without this it ends in
/tmp/.e and during startup HOME gets defined and switched to
/home/root/.e
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-10 08:55:00 +02:00
Denis 'GNUtoo' Carikli
8f6027c1bd
xserver-nodm-init: use /etc/X11/Xserver from service file instead of Xorg directly
...
* /etc/X11/Xserver is provided by xserver-common and sets correct DPI
before starting Xorg (or other xserver)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-10 08:55:00 +02:00
Otavio Salvador
41df85603a
xbitmaps: add 1.1.1 version
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-04-04 20:36:46 +02:00
Martin Jansa
be2ae063d1
xinput-calibrator: add systemd service
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-03-29 16:14:38 +02:00
Andreas Müller
09d0c1efe4
slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-23 07:55:16 +01:00
Andreas Müller
2d1c7eb177
dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-23 07:55:15 +01:00
Koen Kooi
b7259759ee
pixman: update bbappend to match update recipe in oe-core
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-19 15:22:26 +01:00
Otavio Salvador
cb5ff1622e
openbox: update to 3.5.0
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2012-03-14 17:33:25 -07:00
Andreas Müller
3f4c8edc60
pango: disable introspection
...
meta-oe's pango.inc inherited gnome.bbclass which disables
gobject-introspection
error was:
| /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
| /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1'
| error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0
| make[4]: *** [Pango-1.0.typelib] Error 1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-02 09:18:55 +01:00
Otavio Salvador
ed5dc598cf
numlockx: add 1.2
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-02 09:18:55 +01:00
Koen Kooi
3587f40c72
pixman: update to 0.24.4
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-01 19:04:44 +01:00
Koen Kooi
dd44dc50ad
xinput-calibrator 0.7.5: fix calibration script
...
The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go.
Also remove the hal script since hal isn't supported in the oe-core universe anymore
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-28 15:49:59 +01:00
Martin Jansa
6ef60f762e
pango: use pango.inc from oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-28 10:29:01 +01:00
Martin Jansa
8cd93743d7
Quoting fixes
...
* We have various variables which are either not quoted at all or are
* half quoted. This patch fixes the bad exmaples so everything is consistent.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-26 23:57:23 +01:00
Martin Jansa
f40021a4ec
xinput-calibrator: disable gtk gui explicitly
...
* if gtk is autodetected then gtkmm, glibmm, libcairomm-1.0-1,
libpangomm-1.4-1, libsigc-2.0-0 are pulled to image like here:
http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=images/crespo/eglibc/shr-image/installed-package-names.txt;h=83e1a027de80d97421564226685a74298d2a5b80;hp=470b765b53eb6c795dc9dfb9ea5c30ec19d25f64;hb=0ab60c7419522ef527d744bc0ad756124b9d432a;hpb=21fe622ab8fe123a3a45369440eaaa3785be2516
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-26 17:12:22 +01:00
Otavio Salvador
a21a910dde
openbox: add missing depends
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-24 23:42:16 +01:00
Andreas Müller
e521e25a0a
xserver-nodm-init: remove unneeded systemd code
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-23 16:46:31 +01:00
Otavio Salvador
a8f2001c7c
openbox: add 3.4.11.2
...
This version inclues O.S. Systems' internal tree fixes and a sync
against 3.4-working branch.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2012-02-20 22:22:02 +01:00