From b1a7fe35b7779ae28f9de5c0efb6bb4f3b04eb98 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 22 May 2015 14:00:00 +0200 Subject: [PATCH] yaml-cpp: update recipe to new hosting site --- recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb b/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb index 5a2c306..c1b7004 100644 --- a/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb +++ b/recipes-devtools/yaml-cpp/yaml-cpp_0.3.0.bb @@ -1,16 +1,16 @@ DESCRIPTION = "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec" -HOMEPAGE = "http://code.google.com/p/yaml-cpp/" +HOMEPAGE = "https://github.com/jbeder/yaml-cpp/" SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4" PR = "r0" -S = "${WORKDIR}/${PN}" +S = "${WORKDIR}/yaml-cpp-release-${PV}" -SRC_URI = "http://yaml-cpp.googlecode.com/files/yaml-cpp-${PV}.tar.gz" -SRC_URI[md5sum] = "9aa519205a543f9372bf4179071c8ac6" -SRC_URI[sha256sum] = "2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82" +SRC_URI = "https://github.com/jbeder/yaml-cpp/archive/release-${PV}.tar.gz" +SRC_URI[md5sum] = "0c0496b195299e956056430444e237b9" +SRC_URI[sha256sum] = "ab8d0e07aa14f10224ed6682065569761f363ec44bc36fcdb2946f6d38fe5a89" EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"