python: new module cffi
authorOli Vogt <oli.vogt.pub01@gmail.com>
Tue, 20 May 2014 01:53:00 +0000 (13:53 +1200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 19:31:32 +0000 (21:31 +0200)
commite5bf154592691b104e2ee0f97f9fcaf8cce54a52
treeae87ccc422f5cfb75ab71b03b8d178c7472faa7f
parent8793ddcd6f87b50934a4b4d1a53b7bf54cf650cb
python: new module cffi

Foreign Function Interface for Python calling C code.

[Thomas: add dependency on host-pkgconf and libffi, enable on Python 3
since the module builds fine and loads fine with Python 3 as well.]

Signed-off-by: oli vogt <oli.vogt.pub01@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/python-cffi/Config.in [new file with mode: 0644]
package/python-cffi/python-cffi.mk [new file with mode: 0644]