yaml-cpp: add dependency on boost

Shared targets were broken. It tries to find boost which is not declared
as a dependency of yaml-cpp. The upstream says "yaml-cpp 0.5.3 has been
released! This is a bug fix release. It also will be the last release that
uses Boost; futures releases will require C++11 instead."

Build log: https://gist.github.com/2e8ada031d3ffd37f4a06324908a4d4a
This commit is contained in:
Boris Nagaev 2016-07-16 00:42:27 +03:00
parent 4e9a20bf4e
commit a7b1463323
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := ac50a27a201d16dc69a881b80ad39a7be66c4d755eda1f76c3a68781b922a
$(PKG)_SUBDIR := $(PKG)-release-$($(PKG)_VERSION)
$(PKG)_FILE := yaml-cpp-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/jbeder/yaml-cpp/archive/release-$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := gcc
$(PKG)_DEPS := gcc boost
define $(PKG)_UPDATE
$(call MXE_GET_GITHUB_TAGS, jbeder/yaml-cpp, \(yaml-cpp-\|release-\))