aboutsummaryrefslogtreecommitdiff
path: root/net/sysrepo
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* sysrepo: build under WSLRosen Penev2022-09-14
| | | | | | This check is for host, not cross compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: update to 2.0.53Lucian Cristian2021-11-12
| | | | | | | needed after libyang update also drop python3-sysrepo as now is standalone Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: update to 1.4.122Rosen Penev2021-03-22
| | | | | | | | Switch to AUTORELEASE for simplicity. Use Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14723 from svaaz/masterRosen Penev2021-02-23
|\ | | | | sysrepo: fix plugind option for verbosity
| * sysrepo: fix plugind option for verbositySrinivasan Raju2021-02-15
| | | | | | | | | | | | sysrepo-plugind -d -v 0 : -v is the correction option for verbosity Signed-off-by: Srinivasan Raju <srinir@outlook.com>
* | treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
|/ | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* sysrepo: Bump to 1.4.104Jakov Smolic2021-02-02
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* sysrepo: update to 1.4.70Jakov Smolic2020-08-22
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* Netopeer2: update Netopeer2 and dependencies to masterLucian Cristian2020-05-10
| | | | | | | | libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* sysrepo: update to 1.4.2Lucian Cristian2020-05-07
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* sysrepo: Remove Lua bindings, build Python bindings in separate packageJeffery To2019-11-16
| | | | | | | | | | | | | | | | | | | This change: * Removes building of Lua bindings. These bindings were already removed upstream[1]. * Fixes building of Python bindings: * Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated whenever the swig package is upgraded) * Fix Python module paths and filenames * Packages the Python bindings in a new package (python3-sysrepo) and builds it by default, instead of depending on a config option. [1]: https://github.com/sysrepo/sysrepo/pull/1429 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* sysrepo: Switch to Python 3Rosen Penev2019-11-04
| | | | | | | Python 2 will be EOL by the end of the year. Switch to Python 3 as there is already support for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: Update to 0.7.8Rosen Penev2019-11-04
| | | | | | | | | | | | Makefile cleanups for consistency between packages. Placed libsysrepo in Libraries instead of Utilities. Removed InstallDev as it is implied by CMAKE_INSTALL. Added .patch at the end of patch files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: Use correct SPDX License IdentifierJosef Schlehofer2019-09-24
| | | | | | | | - Add PKG_LICENSE_FILES - Refresh patches - Use better URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sysrepo: Fix compilation with bindings enabledRosen Penev2019-04-23
| | | | | | | | | | By default the buildbot does not build the bindings and thus misses this. The BUILD_DEPENDS is totally broken. Removing the + sign should fix it. The SWIG directories are wrong. Fix them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: update to 0.7.7Mislav Novakovic2018-11-28
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: update to 0.7.6Mislav Novakovic2018-11-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: update to 0.7.5Mislav Novakovic2018-10-11
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: Switch to codeload tarballsRosen Penev2018-08-04
| | | | | | Simpler and faster to bump version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sysrepo: update to 0.7.4Matija Amidzic2018-07-02
| | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* sysrepo: add python2 and lua5.1 language bindingsMatija Amidzic2018-02-20
| | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* sysrepo: bump to latest versionMislav Novakovic2018-02-15
| | | | | | | | Sysrepo version 0.7.3 features following improvements: * possibility to uninstall more modules in one command with sysrepoctl * several bugfixes Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | This patche renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: bump to latest versionMislav Novakovic2017-10-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: update the sysrepo/netopeer2 stackMislav Novakovic2017-09-18
| | | | | | | | | | Patch includes updates to packages: netopeer2: update to version 0.4.0 sysrepo: update to 0.7.0 libnetconf2: update to 0.9.15 libyang: update to 0.13.46 Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ | | | | packages: cleanup Makefile variables
| * packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | sysrepo: salienceAntonio Paunovic2017-06-08
| | | | | | | | | | | | | | Script priority adjusted. Custom memory management turned off to save some memory on low-end device. Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | sysrepo: larger timeoutsAntonio Paunovic2017-06-05
|/ | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* Merge pull request #4403 from sartura/symlink-soversion-sysrepoLuka Perkov2017-06-01
|\ | | | | sysrepo: modify copy of .so files
| * sysrepo: modify copy of .so filesAntonio Paunovic2017-05-29
| | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | sysrepo: bump PKG_RELEASE versionAntonio Paunovic2017-05-26
| | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | sysrepo: add patch for diabling autostartAntonio Paunovic2017-05-26
|/ | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* sysrepo: merge sysrepod and sysrepo-plugindMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: modified uci-default scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* add sysrepoMislav Novakovic2017-05-11
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>