diff options
-rw-r--r-- | meta-oe/recipes-extended/dumb-init/dumb-init_1.2.2.bb (renamed from meta-oe/recipes-extended/dumb-init/dumb-init_1.2.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.0.bb b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.2.bb index e1a6d9508b..09eab9dcd0 100644 --- a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.0.bb +++ b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.2.bb | |||
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/Yelp/dumb-init/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c" |
5 | 5 | ||
6 | SRC_URI = "https://github.com/Yelp/dumb-init/archive/v${PV}.tar.gz" | 6 | SRCREV = "b1e978e486114797347deefcc03ab12629a13cc3" |
7 | SRC_URI[md5sum] = "4eb7f43d7823686723ff7ac1bad097cb" | 7 | SRC_URI = "git://github.com/Yelp/dumb-init" |
8 | SRC_URI[sha256sum] = "74486997321bd939cad2ee6af030f481d39751bc9aa0ece84ed55f864e309a3f" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" | 10 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" |
11 | 11 | ||