haveged: Upgrade 1.9.4

Upstream release mechanism has switched to using github
Forward port and update patch status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-01-14 10:36:06 -08:00
parent 612128b46d
commit eb6cf36865
2 changed files with 10 additions and 10 deletions
@@ -3,13 +3,14 @@ From: Jackie Huang <jackie.huang@windriver.com>
Date: Tue, 27 Mar 2018 10:21:09 +0800 Date: Tue, 27 Mar 2018 10:21:09 +0800
Subject: [PATCH] init.d/Makefile.am: add missing dependency Subject: [PATCH] init.d/Makefile.am: add missing dependency
install-data-hook should epend on install-exec-hook, or the install-data-hook should depend on install-exec-hook, or the
haveged.service might be installed incorrectly when build haveged.service might be installed incorrectly when build
with -j option. with -j option.
Upstream-Status: Inappropriate [no upstream mailing list] Upstream-Status: Submitted [https://github.com/jirka-h/haveged/pull/13]
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Khem Raj raj.khem@gmail.com
--- ---
init.d/Makefile.am | 2 +- init.d/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -29,4 +30,3 @@ index 5940f78..07bcdf7 100644
else else
-- --
2.11.0 2.11.0
@@ -5,14 +5,14 @@ HOMEPAGE = "http://www.issihosts.com/haveged/index.html"
LICENSE = "GPLv3" LICENSE = "GPLv3"
LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "http://www.issihosts.com/haveged/haveged-${PV}.tar.gz \ # v1.9.4
SRCREV = "faa40ff345af194d3253f5fb030403e3c9831c36"
SRC_URI = "git://github.com/jirka-h/haveged.git \
file://haveged-init.d-Makefile.am-add-missing-dependency.patch \ file://haveged-init.d-Makefile.am-add-missing-dependency.patch \
" "
S = "${WORKDIR}/git"
SRC_URI[md5sum] = "fb1d8b3dcbb9d06b30eccd8aa500fd31" UPSTREAM_CHECK_URI = "https://github.com/jirka-h/haveged/releases"
SRC_URI[sha256sum] = "f77d9adbdf421b61601fa29faa9ce3b479d910f73c66b9e364ba8642ccbfbe70"
UPSTREAM_CHECK_URI = "http://www.issihosts.com/haveged/downloads.html"
inherit autotools update-rc.d systemd inherit autotools update-rc.d systemd