summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-08-22 14:50:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 08:25:53 +0100
commitf4995a0b05de5e92d0d7f01489673d770f371f93 (patch)
tree2597d027505b78153d7af7fc7949a3916c34002c /meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
parent01543b2d879de8e4c483fd08d961a0d84080e38b (diff)
downloadpoky-f4995a0b05de5e92d0d7f01489673d770f371f93.tar.gz
squashfs-tools: upgrade 4.4 -> 4.5
(From OE-Core rev: 142ad53513cae2b9b5bf16524e29b97477bb3dd0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 1a9e8f108b..2b9a765bb2 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -7,11 +7,11 @@ SECTION = "base"
7LICENSE = "GPL-2" 7LICENSE = "GPL-2"
8LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 8LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9 9
10PV = "4.4" 10PV = "4.5"
11SRCREV = "52eb4c279cd283ed9802dd1ceb686560b22ffb67" 11SRCREV = "0496d7c3de3e09da37ba492081c86159806ebb07"
12SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ 12SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \
13 file://0001-squashfs-tools-fix-build-failure-against-gcc-10.patch;striplevel=2 \ 13 file://0001-Avoid-use-of-INSTALL_DIR-for-symlink-targets.patch \
14" 14 "
15 15
16S = "${WORKDIR}/git/squashfs-tools" 16S = "${WORKDIR}/git/squashfs-tools"
17 17