mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
75347a2024
commit
d4992ea4ac
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/gflags/gflags"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
|
||||||
|
|
||||||
SRC_URI = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz"
|
SRC_URI = "https://github.com/gflags/gflags/archive/v${PV}.tar.gz;downloadfilename=${PN}-${PV}.tar.gz"
|
||||||
SRC_URI[md5sum] = "b99048d9ab82d8c56e876fb1456c285e"
|
SRC_URI[md5sum] = "b99048d9ab82d8c56e876fb1456c285e"
|
||||||
SRC_URI[sha256sum] = "466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88"
|
SRC_URI[sha256sum] = "466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user