mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
btrfs-tools: upgrade to upstream revision.
Two patches were removed because changes that they provide are already exist. (From OE-Core rev: 6de68622c0658e1bba509c66c137eb419cdbdabf) Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63017172da
commit
3b0be885c4
@@ -12,21 +12,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
|
||||
SECTION = "base"
|
||||
DEPENDS = "util-linux attr"
|
||||
|
||||
SRCREV = "fdb6c0402337d9607c7a39155088eaf033742752"
|
||||
SRCREV = "194aa4a1bd6447bb545286d0bcb0b0be8204d79f"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "0.19+git${SRCPV}"
|
||||
PV = "0.20+git${SRCPV}"
|
||||
|
||||
PR = "r6"
|
||||
|
||||
SRC_URI += " file://fix_use_of_gcc.patch \
|
||||
file://weak-defaults.patch \
|
||||
file://fix_race_condition_with_multithreaded_make.patch "
|
||||
|
||||
SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885"
|
||||
SRC_URI[sha256sum] = "1285774e0cb72984fac158dd046c8d405324754febd30320cd31e459253e4b65"
|
||||
SRC_URI += "file://weak-defaults.patch"
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
|
||||
Reference in New Issue
Block a user