Commit graph

15 commits

Author SHA1 Message Date
Alexandru Ardelean
ec52bf32ed python-cffi: add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-02-01 11:56:14 +02:00
Matthias Schiffer
4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-10 18:25:54 +01:00
Matthias Schiffer
205ee41506
python, python-*: use default prefix for host install
Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-10-04 00:59:37 +02:00
Jeffery To
7c3f42d74c python-cffi: update to 1.8.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-09-21 04:20:36 +08:00
Jeffery To
8ea476fa45 python-cffi: update to 1.7.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-07-27 22:34:43 +08:00
Jeffery To
f63ada1771 python-cffi: update to 1.5.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 19:46:44 +08:00
Hannu Nyman
183850e15f python-cffi: remove BROKEN status
Pull requests #2455 and #2463 should have fixed python-cffi.

Additionally r48918 has decreased the risk from broken host sections
to buildbot builds: https://dev.openwrt.org/changeset/48918

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-07 20:44:22 +02:00
Jeffery To
57c7942e25 python packages: update host install prefix
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-05 02:30:13 +08:00
Hannu Nyman
d43df25b1f python-cffi: mark BROKEN due to buildbot breakage
python-cffi's host section has trouble compiling at buildbot.
Yesterday it stopped all buildbot runs that reached the package.

Mark the package temporarily as BROKEN to enable buildbot to complete the build.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-04 11:51:15 +02:00
Jeffery To
25127acd0b python-cffi: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-02-08 18:48:34 +08:00
Felix Fietkau
9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Jeffery To
7389d3d5c5 python packages: update host install path
Host installs should now go into $(STAGING_DIR_HOST)/usr to match
python-host.mk.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-30 22:43:40 +08:00
Jeffery To
6b0482f6b7 python-cffi: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-29 20:28:06 +08:00
Jeffery To
38b8274718 python-cffi: add host compile/install, upgrade to 1.3.1
This depends on:

- python-setuptools host install (#1985)
- python-pycparser host install (#2033)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-27 20:02:59 +08:00
Jeffery To
1440f75ac7 python-cffi: new package
From PyPI:

Foreign Function Interface for Python calling C code.

This depends on python-pycparser, which is in PR #1970

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-16 19:55:06 +08:00