mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
btrfs-tools: Fix parallel make issue
btrfs-tools was failing occasionally due to version.h being missing. This fixes the problems, thanks to several people on #yocto for helping out why my lack of make knowledge of old fashioned suffix rules :) (From OE-Core rev: 7be8010186889cece97829025d97d94f21c1f2e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -21,6 +21,7 @@ PV = "0.20+git${SRCPV}"
|
||||
|
||||
SRC_URI += "file://weak-defaults.patch"
|
||||
SRC_URI += "file://btrfs-progs-fix-parallel-build.patch"
|
||||
SRC_URI += "file://btrfs-progs-fix-parallel-build2.patch"
|
||||
|
||||
do_install () {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
|
||||
Reference in New Issue
Block a user