mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
btrfs-tools: update 6.10.1 -> 6.11
Use github, as kernel.org has the needed tag, but not the branch it's on. (From OE-Core rev: 40cbf29c91f0586c2ff2e1aad8a7632ab42c543d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
773a4f5e15
commit
4b78e21ab8
@@ -1,4 +1,4 @@
|
||||
From cb7f8a6c3538ee3086d15c4d2c9f2a2f4f38db3b Mon Sep 17 00:00:00 2001
|
||||
From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Wed, 23 May 2018 21:20:35 +0300
|
||||
Subject: [PATCH] Add a possibility to specify where python modules are
|
||||
|
||||
@@ -15,10 +15,10 @@ LIC_FILES_CHKSUM = " \
|
||||
SECTION = "base"
|
||||
DEPENDS = "util-linux zlib"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \
|
||||
SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
|
||||
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
|
||||
"
|
||||
SRCREV = "a00c2b25474b5306ef29a790adb5fd5afbaba9a2"
|
||||
SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
Reference in New Issue
Block a user