yaml_cpp: bump version.

* Remove directory copy in TEST because CMake complains about
  changed path.
This commit is contained in:
Kacper Kasper
2018-04-02 03:16:14 +02:00
parent b2257f3807
commit d8471c1c88

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2018 Jesse Beder"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$portVersion.tar.gz"
CHECKSUM_SHA256="25ec37e6d82ab8c485926d69a5567741c7263515f8631e5dcb3fb4708e6b0d0d"
CHECKSUM_SHA256="e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05"
SOURCE_DIR="yaml-cpp-yaml-cpp-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -79,8 +79,7 @@ TEST()
# TODO: fail with: The current thread is not holding the mutex @0xf96b94
# probably because gtest is not ported (also it uses bundled one)
cp -r build build_test
cd build_test
cd build
cmake .. \
-DBUILD_SHARED_LIBS=ON \