Skip to content
Snippets Groups Projects
Commit 9eb43b93 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by gerrit2
Browse files

contrib: yaml-cpp minimal version to be 0.5.3


Add a version check for yaml-cpp in contrib to use 0.5.3 at minimal
version. Some distributions uses an old and buggy version.

Change-Id: I7a9356f403f035853dc89a74232d9f830d791bbb
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent e4b148a1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ YAML_CPP_URL := https://github.com/jbeder/yaml-cpp/archive/$(YAML_CPP_VERSION).t
PKGS += yaml-cpp
ifeq ($(call need_pkg,'yaml-cpp'),)
ifeq ($(call need_pkg,'yaml-cpp >= 0.5.3'),)
PKGS_FOUND += yaml-cpp
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment