* old version was failing to build after upgrading glib-2.0
* needs new python-argparse and libffi
* be aware that command line params changed as well as generated code,
and this recipe will be deprecated as soon as we switch to glib-2.29.3
or newer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Upgrade to latest snapshot to bring in libubacktrace
and enable it since e-wm needs it. Also enable fenv
to compiler target gcc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This fixes the build failures of xf86-video-fbdev on build systems which
have xorg-xserver development packages installed.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bitbake from poky doesn't like comments in variables and bitbake from oe doesn't work with AUTOREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
We base now off release tarball of 4.5.3 instead of svn
Get relevant new arm linaro patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Some architectures like mips become upset if you
try to link non-pic libraries to shared objects
some generate pic by default so it does not matter
Specifying -fPIC on commandline should make all happy
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
--without-xcb is no longer supported and that made a lot of difference
in different BBCLASSEXTENDED recipes. It can be unified now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
xcb-proto is needed by libxcb and --without-xcb
is not possible with xorg-lib anymore hence the need
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
pointercal-xinput is machine specific and empty for most machines, so it it's only a soft dependency.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Move SHR patches to main SRC_URI, they are generic and good enough for everyone
* Start x-window-manager
* Run through oe-stylize
* Remove duplicated LICENSE
* Add reconflicts with x11-common as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libbnet upstream on packetfactor is dead
using https://github.com/sam-github/libnet instead
* Move to version 1.1.5
* Dropped patches (not needed): support-uclibc, new-autotools
* Added LIC_FILES_CHKSUM
* Removed useless do_install_append, works automatically
* Not building statically anymore
* Should be compatible with old v1.1 versions
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>