From 16eaa39f99a773151a71a80a168e71e944edf2aa Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 30 Oct 2017 16:53:50 +0800 Subject: [PATCH] restool: update to 8f08b9d *include the following changes: 8f08b9d - scripts: remove symbolic links from repo a22e095 - Makefile: change instalation path to $(DESTDIR)/usr/local/bin 9279f35 - Makefile: remove useless assignments b92d1e1 - Makefile: do not force a specific hash style fbea3ee - Makefile: create restool as a dynamically linked binary 1546b8a - Makefile: automatically generate list of source files 7ef0194 - remove unused variables Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 3b561024..7cec3534 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb @@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash" SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \ file://0001-restool-fix-build-error-with-gcc7.patch" -SRCREV = "87c3abe305d02a866404237773d4f736ab5247b2" +SRCREV = "8f08b9d499e84f9057784c2036f0ddf75ae3fc70" S = "${WORKDIR}/git" -- 2.40.1