Skip to content

Commit

Permalink
contrib: update yaml-cpp to 0.8.0, remove duplicate check
Browse files Browse the repository at this point in the history
Change-Id: I339a0689d460c7561cc60325819d795cb32261d4
  • Loading branch information
aberaud committed Nov 8, 2023
1 parent df0e778 commit c2dfe17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@ AM_COND_IF([ENABLE_AGENT],
PKG_CHECK_MODULES([YAMLCPP], [yaml-cpp >= 0.5.1],,
AC_MSG_ERROR([yaml-cpp not found]))

PKG_CHECK_MODULES([YAMLCPP], [yaml-cpp >= 0.5.1],,
AC_MSG_ERROR([yaml-cpp not found]))

PKG_CHECK_MODULES([JSONCPP], [jsoncpp >= 1.6.5],
[DAEMONCPPFLAGS+=" ${JSONCPP_CFLAGS}"
DAEMONLDFLAGS+=" ${JSONCPP_LIBS}"],
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/yaml-cpp/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68b9ce987cabc1dec79382f922de20cc2c222cb9c090ecb93dc686b048da5c917facf4fce6d8f72feea44b61e5a6770ed3b0c199c4cd4e6bde5b6245c09f8e49 yaml-cpp-yaml-cpp-0.6.3.tar.gz
aae9d618f906117d620d63173e95572c738db518f4ff1901a06de2117d8deeb8045f554102ca0ba4735ac0c4d060153a938ef78da3e0da3406d27b8298e5f38e yaml-cpp-0.8.0.tar.gz
2 changes: 1 addition & 1 deletion contrib/src/yaml-cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-cpp",
"version": "24fa1b33805c9a91df0f32c46c28e314dd7ad96f",
"version": "0.8.0",
"url": "https://github.com/jbeder/yaml-cpp/archive/__VERSION__.tar.gz",
"deps": [],
"patches": [],
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/yaml-cpp/rules.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# YAML
YAML_CPP_VERSION := yaml-cpp-0.6.3
YAML_CPP_VERSION := 0.8.0
YAML_CPP_URL := https://github.com/jbeder/yaml-cpp/archive/$(YAML_CPP_VERSION).tar.gz

PKGS += yaml-cpp
Expand Down

0 comments on commit c2dfe17

Please sign in to comment.