mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
btrfs-tools: fix a parallel build issue
(From OE-Core rev: 637e0484ea4e7a39ac4d9c407c585201e6be1bc0) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
|
||||
PV = "0.20+git${SRCPV}"
|
||||
|
||||
SRC_URI += "file://weak-defaults.patch"
|
||||
SRC_URI += "file://btrfs-progs-fix-parallel-build.patch"
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
|
||||
Reference in New Issue
Block a user