Age | Commit message (Collapse) | Author | Files |
|
* Needed on -O1 compile. Generally we use -Os where
this option is already enabled. But we enable is anyway
so it gets picked at -O1 too which we use with DEBUG builds.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
pixman 0.18.2: add recipe and rediff patches, make default for angstrom
|
|
|
|
Mistake on my part from debugging the other issue. Bump PR to keep feeds sane.
This reverts commit ff0e53a12cc2f99f3529e409cbf04950ea7401ca.
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Update the combined headers from the following packages:
* xproto-7.0.16
* libx11-1.3.3
* libxau-1.0.5
* libxdmcp-1.0.3
* libxt-1.0.8
For example, GenericEvent is new since xproto-7.0.13 and prevents
libx11-native from building on an X-less host.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* sometimes without PE bump, because nobody complained that we were
bumping SRCREV without PV changes and we were using SRCPV in our
branch before
* please bump PE if you're using one of those and you need to increment
PV, otherwise it will be "corrected" with next PV bump
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
preferred-xorg-versions and sane-srcrevs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
|
|
gtk+->cairo->pixman->gtk+ and also libtool issue
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
versions, add 0.17.12 with positive D_P
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* This version wasn't as well tested as 0.17.8 probably is, 0.17.6
* wasn't probably used except SHR, which also moved to 0.17.8 now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
and also libtool issue
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* There is issue with circular dependency in tests/ directory which
pulls whole GTK_LIBS and
staging/armv4t-oe-linux-gnueabi/usr/lib/libcairo.la
staging/armv4t-oe-linux-gnueabi/usr/lib/libpangocairo-1.0.la
are pulling
staging/armv4t-oe-linux-gnueabi/usr/lib/libpixman.la which is not
available while building it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
libx11 and not for libx11-native.
|
|
while adding a patch for libx11, I missed that the patch was there for libx11-native
and as that one includes the libx11 recipe the patch was there twice which of course
does not apply. removed the patch from libx11-native and bumped PR in libx11
(as libx11-native does not have its own PR)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
uncommented dolt-fix.patch, this one is needed for i686 targets (e.g. eee701).
without these patch libtool is used and not the generated one
also verified that it still compiles properly on systems that did not need
the patch (tested by building for beagleboard).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
includes are checked.
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
(pixman-native used in cairo-native)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* dont use comments after your #undef settings for .in headers
* bump PR
|
|
xf86-video-nv, liblbxutil, libpciaccess, util-macros, util-macros-native to latest versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* It tries to use groff from buildhost and there is no groff-native
* If groff on host is new enough it works ok, but fails with older grof
* We can create groff-native and enable docs again
|