Community maintained packages for difos.
CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, used as the library install location, which defaults to $(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the original installed swig library directory is ignored, and compilation fails: [ 0%] Swig source :1: Error: Unable to find 'swig.swg' :3: Error: Unable to find 'python.swg' Instead of setting it manually, let the default be used, which works well. Also, cmake picks up python3, while package wants 2.7, so we add -DPython_ADDITIONAL_VERSIONS=2.7 to force use of 2.7, not 3.x. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> |
||
---|---|---|
.github | ||
.keys | ||
admin | ||
devel | ||
fonts/dejavu-fonts-ttf | ||
ipv6/tayga | ||
kernel | ||
lang | ||
libs | ||
multimedia | ||
net | ||
sound | ||
utils | ||
.travis.yml | ||
.travis_do.sh | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.