Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "The glog library implements application-level logging. This \ |
| 2 | library provides logging APIs based on C++-style streams and various helper \ |
| 3 | macros." |
| 4 | HOMEPAGE = "https://github.com/google/glog" |
| 5 | |
| 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" |
| 8 | |
| 9 | DEPENDS = "libunwind" |
| 10 | |
| 11 | SRC_URI = " \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 12 | git://github.com/google/glog.git;nobranch=1 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | file://0001-Rework-CMake-glog-VERSION-management.patch \ |
| 14 | file://0002-Find-Libunwind-during-configure.patch \ |
| 15 | file://0003-installation-path-fix.patch \ |
| 16 | " |
| 17 | |
| 18 | SRCREV = "a6a166db069520dbbd653c97c2e5b12e08a8bb26" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | inherit cmake |
| 23 | |
| 24 | RDEPENDS_${PN} += "libunwind" |
| 25 | |
| 26 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" |