diff options
-rw-r--r-- | meta-oe/recipes-support/gflags/gflags_2.1.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/gflags/gflags_2.1.2.bb b/meta-oe/recipes-support/gflags/gflags_2.1.2.bb index b5e0597989..da82599c7f 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.1.2.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.1.2.bb | |||
@@ -5,9 +5,10 @@ HOMEPAGE = "https://github.com/gflags/gflags" | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 6 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/gflags/gflags.git;branch=release" | 8 | SRC_URI = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz" |
9 | SRCREV = "1a02f2851ee3d48d32d2c8f4d8f390a0bc25565c" | 9 | SRC_URI[md5sum] = "ac432de923f9de1e9780b5254884599f" |
10 | S = "${WORKDIR}/git/" | 10 | SRC_URI[sha256sum] = "d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662" |
11 | S = "${WORKDIR}/${PN}-${PV}/" | ||
11 | 12 | ||
12 | FILES_${PN}-dev += "${libdir}/cmake" | 13 | FILES_${PN}-dev += "${libdir}/cmake" |
13 | 14 | ||