diff options
author | Ismo Puustinen <ismo.puustinen@intel.com> | 2017-06-09 16:44:26 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-14 14:51:16 +0200 |
commit | d4992ea4ac384e72038f28bac0b62c84174e837d (patch) | |
tree | c95a071cfa5a27a1e1d2d55e7dad927d7f56e19c /meta-oe/recipes-support | |
parent | 75347a2024cc4ce852629975b960413e23c99fc2 (diff) | |
download | meta-openembedded-d4992ea4ac384e72038f28bac0b62c84174e837d.tar.gz |
gflags: change download name.
Just having "v2.2.0.tar.gz" was causing problems with other similarly
misconfigured packages.
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | 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.0.bb index f2092a3af..5fc28f67b 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb | |||
@@ -5,7 +5,7 @@ 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 = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz" | 8 | SRC_URI = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz;downloadfilename=${PN}-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "b99048d9ab82d8c56e876fb1456c285e" | 9 | SRC_URI[md5sum] = "b99048d9ab82d8c56e876fb1456c285e" |
10 | SRC_URI[sha256sum] = "466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88" | 10 | SRC_URI[sha256sum] = "466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88" |
11 | 11 | ||