mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
+3
-3
@@ -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}'"
|
||||
|
||||
Reference in New Issue
Block a user