mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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:
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
|
||||
file://alignment_hack.patch;patch=1 \
|
||||
file://msdos_fat12_undefined.patch;patch=1 \
|
||||
file://include-linux-types.patch;patch=1"
|
||||
file://alignment_hack.patch \
|
||||
file://msdos_fat12_undefined.patch \
|
||||
file://include-linux-types.patch"
|
||||
|
||||
SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6"
|
||||
SRC_URI[sha256sum] = "0eac6d12388b3d9ed78684529c1b0d9346fa2abbe406c4d4a3eb5a023c98a484"
|
||||
|
||||
Reference in New Issue
Block a user