yaml-cpp: update recipe to new hosting site
This commit is contained in:
parent
4dc5332394
commit
b1a7fe35b7
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue