All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] CFFI backend
@ 2016-01-05  7:17 yegorslists at googlemail.com
  2016-01-05  7:17 ` [Buildroot] [PATCH v2 1/3] libffi: fix headers location for host-libffi yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: yegorslists at googlemail.com @ 2016-01-05  7:17 UTC (permalink / raw)
  To: buildroot

This patch series introduces CFFI backend for Python packages. CFFI
can cross-compile C library wrappers and create *.py and *.so files
for the target rootfs. In order to do so CFFI uses pycparser to 
parse C heasers/sources. The target variant of CFFI is working with
already prepared *.py and *.so files and doesn't need pycparser any
longer.

The libffi headers patch is needed, because only headers for target
variant will be copied to the proper destination and host packages,
that don't use pkg-config cannot find libffi headers at its default
location.

Yegor

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-03 22:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-05  7:17 [Buildroot] [PATCH v2 0/3] CFFI backend yegorslists at googlemail.com
2016-01-05  7:17 ` [Buildroot] [PATCH v2 1/3] libffi: fix headers location for host-libffi yegorslists at googlemail.com
2016-02-03 21:54   ` Thomas Petazzoni
2016-01-05  7:17 ` [Buildroot] [PATCH v2 2/3] python-pycparser: new package yegorslists at googlemail.com
2016-02-03 21:54   ` Thomas Petazzoni
2016-01-05  7:17 ` [Buildroot] [PATCH v2 3/3] python-cffi: add host variant yegorslists at googlemail.com
2016-01-05 15:40   ` Yegor Yefremov
2016-01-05 15:45     ` Yegor Yefremov
2016-02-03 22:00   ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.