diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-16 01:42:51 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-16 07:10:03 -0700 |
commit | 4554beebfdcef35cc6f49abc1c2784637f757237 (patch) | |
tree | 29c0a34a1fa96ecad652c72cee5b9344803c894b /meta-oe | |
parent | fb01ac99c2485d832d79fae89484067a8135f72b (diff) | |
download | meta-openembedded-4554beebfdcef35cc6f49abc1c2784637f757237.tar.gz |
gflags: update to 2.2.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/gflags/gflags_2.2.2.bb (renamed from meta-oe/recipes-support/gflags/gflags_2.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb index 29a1125cd..6eea0c00e 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/gflags/gflags.git" | 6 | SRC_URI = "git://github.com/gflags/gflags.git" |
7 | SRCREV = "f8a0efe03aa69b3336d8e228b37d4ccb17324b88" | 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||