lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit d43df25b1f3d2ef811f10d4f3297c6c42624b2f4
parent c9812eb7f5655383c345ad96ab0300de4259e2fe
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Fri,  4 Mar 2016 11:51:15 +0200

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>

Diffstat:
Mlang/python-cffi/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python-cffi/Makefile b/lang/python-cffi/Makefile @@ -33,7 +33,7 @@ define Package/python-cffi SUBMENU:=Python TITLE:=python-cffi URL:=http://cffi.readthedocs.org/ - DEPENDS:=+libffi +python-light +python-pycparser + DEPENDS:=+libffi +python-light +python-pycparser @BROKEN endef define Package/python-cffi/description