10 Commits

Author SHA1 Message Date
Pascal Bach
6cb1820aab refactor: switch to https for git and add default branch
This gets rid of some warnings with Yocto master.
- does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.
- uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2024-02-07 07:46:35 -08:00
Sergey Moryakov
bcdc4b0451 jsonpath: update to 22.03 version 2022-10-07 18:44:37 -07:00
Khem Raj
4f188f706c layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-23 10:36:43 -07:00
Khem Raj
7f4d193d1d jsonpath: Update to latest master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-10 22:48:26 -08:00
Daniel F. Dickinson
7ce6de418b jsonpath: Indicate correct license
It's a BSD-1-Clause not generic 'BSD'

Closes https://github.com/kraj/meta-openwrt/issues/58

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-02-01 11:14:40 -08:00
Daniel F. Dickinson
4bb4069501 jsonpath: Break CMake custom command dependency cycle
Ninja complains of dependency cycle due to separate custom commands
(which can end up building in parallel but the second has a dependency
on lemon parser build (the first).

| NOTE: VERBOSE=1 cmake --build oe/build/tmp-musl/work/armv5e-oe-linux-musleabi/jsonpath/git-r0/git --target all -- -j 8
| ninja: error: dependency cycle: contrib/lemon -> contrib/lemon

We therefore update to a single add_custom_command that issues
the lemon build then uses it to generate the parser.c that we want.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-01-30 11:52:36 -08:00
Daniel F. Dickinson
8aeb27e43a jsonpath: styleguide minor edits
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-01-23 23:14:47 -06:00
Daniel F. Dickinson
655de8f51d jsonpath: Update to current upstream stable
Update to 17.01.4 version (latest stable).

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-01-17 10:26:15 -08:00
Aaron Brice
053bf70a3e jsonpath: Create jsonfilter link
OpenWRT installs the jsonpath binary as jsonfilter.

Signed-off-by: Aaron Brice <aaron.brice@datasoft.com>
2017-03-16 07:57:32 -07:00
Khem Raj
a81933a01e jsonpath: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-01-22 09:05:59 +00:00