aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python,python3: simplify path to install shell-scriptAlexandru Ardelean2018-01-10
| | | | | | | Now that all files are exported, it makes sense to just reference the script directly. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python,python3: export mk files outside of python package dirsAlexandru Ardelean2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Since `lang/python` is it's own folder of Python packages (for both Python 2 & 3), and these build rules are needed in a lot of packages [especially Python packages], putting them here makes sense architecturally, to be shared. This also helps get rid of the `include_mk` construct which relies on OpenWrt core to provide, and seems like a broken design idea that has persisted for a while. Reason is: it requires that Python 2/3 be built to provide these mk files for other Python packages, which seems like a bad idea. Long-term, there could be an issue where some other feeds would require these mk files [e.g. telephony] for some Python packages. We'll see how we handle this a bit later. For now we limit this to this feed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python,python3: do not install .mk snippetsMatthias Schiffer2018-01-10
| | | | | | | | | The .mk snippets are not really usable at the moment, as they cannot be considered for metadata collection (package DUMP) when included through include_mk. Python packages do not use include_mk anymore for this reason, so the install commands can be removed as well. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Merge pull request #5412 from jefferyto/python-pycparser-2.18Hannu Nyman2018-01-10
|\ | | | | python-pycparser: update to 2.18, fix _build_tables error
| * python-pycparser: update to 2.18, fix _build_tables errorJeffery To2018-01-11
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #5397 from diizzyy/utils-pcsc-toolsHannu Nyman2018-01-10
|\ \ | | | | | | pcsc-tools: remove myself as maintainer
| * | pcsc-tools: remove myself as maintainerDaniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #5398 from diizzyy/utils-tioHannu Nyman2018-01-10
|\ \ \ | | | | | | | | utils/tio: Update to 1.28
| * | | utils/tio: Update to 1.28Daniel Engberg2018-01-09
| |/ / | | | | | | | | | | | | | | | | | | Update tio to 1.28 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-pyasn1-modules: update to 0.2.1
| * | | python-pyasn1-modules: update to 0.2.1Jeffery To2018-01-10
| | |/ | |/| | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-pyasn1: update to 0.4.2
| * | | python-pyasn1: update to 0.4.2Jeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5409 from jefferyto/python-parsley-py3Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-parsley: add python3 variant
| * | | python-parsley: add python3 variantJeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-ipaddress: update to 1.0.19
| * | | python-ipaddress: update to 1.0.19Jeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5407 from jefferyto/python-gmpy2-py3Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-gmpy2: add python3 variant
| * | | python-gmpy2: add python3 variantJeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5404 from jefferyto/python-cryptography-2.1.4Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-cryptography: update to 2.1.4, refresh patches
| * | | python-cryptography: update to 2.1.4, refresh patchesJeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5403 from jefferyto/python-attrs-17.4.0Hannu Nyman2018-01-10
|\ \ \ | | | | | | | | python-attrs: update to 17.4.0, add python3 variant
| * | | python-attrs: update to 17.4.0, add python3 variantJeffery To2018-01-10
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #5400 from NeoRaider/usbip-buildMatthias Schiffer2018-01-10
|\ \ \ | | | | | | | | usbip: fix build
| * | | usbip: fix buildMatthias Schiffer2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Package/usbip/install was referring to the wrong filename for usb.ids in dl/. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #5399 from NeoRaider/openvswitch-no-sphinxMatthias Schiffer2018-01-10
|\ \ \ \ | |_|/ / |/| | | openvswitch: don't attempt to use sphinx-build found on the build host
| * | | openvswitch: don't attempt to use sphinx-build found on the build hostMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openvswitch fails to build on my Arch Linux system, as it tries to use my build host's sphinx-build with OpenWrt's python. Add an override to ensure this can't happen. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #5319 from maxberger/masterHannu Nyman2018-01-10
|\ \ \ \ | |_|/ / |/| | | ddns-scripts: Support Amazon AWS Route53 as a ddns provider
| * | | ddns-scripts: Support Amazon AWS Route53 as a ddns providerMax Berger2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a sh-only route53 update script by Yuval Adam https://github.com/yuvadm/route53-ddns/blob/master/route53.sh Signed-off-by: Max Berger <max@berger.name>
* | | | Merge pull request #5385 from mhei/lighttpd-issue-4210Michael Heimpold2018-01-09
|\ \ \ \ | |_|/ / |/| | | lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
| * | | lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)Michael Heimpold2018-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #5374 from EricLuehrsen/unbound_dnsecuHannu Nyman2018-01-09
|\ \ \ \ | | | | | | | | | | unbound: fix uci for option domain-insecure:
| * | | | unbound: fix uci for option domain-insecure:Eric Luehrsen2018-01-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | Merge pull request #5288 from roger-/rtspTed Hess2018-01-08
|\ \ \ \ | | | | | | | | | | v4l2rtspserver: add package
| * | | | v4l2rtspserver: add packageRoger2018-01-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger Dammit <rogerdammit@gmail.com>
* | | | | Merge pull request #5381 from thess/dnscrypt-proxy-updateTed Hess2018-01-08
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy: Updates for new repository/maintainer (same version)
| * | | | | dnscrypt-proxy: Updates for new repository/maintainer (same version)Ted Hess2018-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #5384 from salzmdan/knot_updateTed Hess2018-01-08
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | knot: update to 2.6.4
| * | | | | knot: update to 2.6.4Daniel Salzman2018-01-08
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | Merge pull request #5383 from salzmdan/liburcu_updateTed Hess2018-01-08
|\ \ \ \ \ | | | | | | | | | | | | liburcu: update to 0.9.4
| * | | | | liburcu: update to 0.9.4Daniel Salzman2018-01-08
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | Merge pull request #5382 from salzmdan/libedit_updateTed Hess2018-01-08
|\ \ \ \ \ | |/ / / / |/| | | | libedit: update to 20170329-3.1
| * | | | libedit: update to 20170329-3.1Daniel Salzman2018-01-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | Merge pull request #5377 from mstorchak/tgtHannu Nyman2018-01-08
|\ \ \ \ | | | | | | | | | | tgt: update to 1.0.73
| * | | | tgt: update to 1.0.73Maxim Storchak2018-01-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | Merge pull request #5376 from jefferyto/python-egg-infoHannu Nyman2018-01-08
|\ \ \ \ | | | | | | | | | | python,python3: undo egg-info removal
| * | | | python,python3: undo egg-info removalJeffery To2018-01-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits 4333d1dcbfd67dde4ca7d08717bc345cc424fbf8 and 074d2863be48c1a9093fffcda91f7a328bc7d0cb, making Python packages discoverable again by pkg_resources. Fixes #5361. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #5372 from MikePetullo/libgeeHannu Nyman2018-01-08
|\ \ \ \ | | | | | | | | | | libgee: update to 0.20.0
| * | | | libgee: update to 0.20.0W. Michael Petullo2018-01-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>