diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-30 16:53:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-06 10:00:21 -0200 |
commit | 16eaa39f99a773151a71a80a168e71e944edf2aa (patch) | |
tree | 5e0d4dc7242e49efcaf4529b2bee9ef80f4c596b | |
parent | 8f73655733773d1697a0bad48cbdaadbee4039eb (diff) | |
download | meta-freescale-16eaa39f99a773151a71a80a168e71e944edf2aa.tar.gz |
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 <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
7 | SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \ | 7 | SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \ |
8 | file://0001-restool-fix-build-error-with-gcc7.patch" | 8 | file://0001-restool-fix-build-error-with-gcc7.patch" |
9 | 9 | ||
10 | SRCREV = "87c3abe305d02a866404237773d4f736ab5247b2" | 10 | SRCREV = "8f08b9d499e84f9057784c2036f0ddf75ae3fc70" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||