mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,12 +2,12 @@ require e2fsprogs.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "file://quotefix.patch;patch=1 \
|
||||
SRC_URI += "file://quotefix.patch \
|
||||
file://acinclude.m4"
|
||||
|
||||
SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720"
|
||||
SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176"
|
||||
#file://no-hardlinks.patch;patch=1
|
||||
#file://no-hardlinks.patch
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user