diff options
author | Zelan Zou <zelan.zou@nxp.com> | 2024-11-05 03:13:56 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-06 11:47:02 +0000 |
commit | 327b8f181a23dcca6110033205e631e8f0f6648a (patch) | |
tree | 2a19789c172244a8dbf5a5347e2aa77a979cd444 | |
parent | 9cfb909599991d15c326905f3dcff2b28f2d322d (diff) | |
download | meta-freescale-327b8f181a23dcca6110033205e631e8f0f6648a.tar.gz |
restool: Upgrade to lf-6.6.36-2.1.0 release
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
(cherry picked from commit 056dfa194d13490774f73bba3dd333a0b72ff69b)
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 1d1aeffe2..bbf7fec25 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "DPAA2 Resource Manager Tool" | 1 | SUMMARY = "DPAA2 Resource Manager Tool" |
2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" | 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ec8d84e9cd4de287e290275d09db27f0" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ |
6 | file://disable-manpage-generation.patch \ | 6 | file://disable-manpage-generation.patch \ |
7 | " | 7 | " |
8 | SRCREV = "46604e41f4c7e54efa62503c6b4629321b21e056" | 8 | SRCREV = "d9fbfc68018c8dbe33bdf236dc6b4c02f15aa6e1" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||