dumb-init: Switch to git fetcher

github archives are not reliable

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-07-21 00:10:43 -07:00
parent 34fddf6114
commit 868c2915d3
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/Yelp/dumb-init/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c"
SRC_URI = "https://github.com/Yelp/dumb-init/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "4eb7f43d7823686723ff7ac1bad097cb"
SRC_URI[sha256sum] = "74486997321bd939cad2ee6af030f481d39751bc9aa0ece84ed55f864e309a3f"
SRCREV = "b1e978e486114797347deefcc03ab12629a13cc3"
SRC_URI = "git://github.com/Yelp/dumb-init"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'"