mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +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:
@@ -7,13 +7,13 @@ require dosfstools_${PV}.bb
|
||||
PR="r5"
|
||||
|
||||
SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
|
||||
file://mkdosfs-bootcode.patch;patch=1 \
|
||||
file://mkdosfs-dir.patch;patch=1 \
|
||||
file://alignment_hack.patch;patch=1 \
|
||||
file://dosfstools-2.10-kernel-2.6.patch;patch=1 \
|
||||
file://msdos_fat12_undefined.patch;patch=1 \
|
||||
file://dosfstools-msdos_fs-types.patch;patch=1 \
|
||||
file://include-linux-types.patch;patch=1 \
|
||||
file://2.6.20-syscall.patch;patch=1"
|
||||
file://mkdosfs-bootcode.patch \
|
||||
file://mkdosfs-dir.patch \
|
||||
file://alignment_hack.patch \
|
||||
file://dosfstools-2.10-kernel-2.6.patch \
|
||||
file://msdos_fat12_undefined.patch \
|
||||
file://dosfstools-msdos_fs-types.patch \
|
||||
file://include-linux-types.patch \
|
||||
file://2.6.20-syscall.patch"
|
||||
|
||||
inherit native
|
||||
|
||||
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
|
||||
file://alignment_hack.patch;patch=1 \
|
||||
file://dosfstools-2.10-kernel-2.6.patch;patch=1 \
|
||||
file://msdos_fat12_undefined.patch;patch=1 \
|
||||
file://include-linux-types.patch;patch=1"
|
||||
file://alignment_hack.patch \
|
||||
file://dosfstools-2.10-kernel-2.6.patch \
|
||||
file://msdos_fat12_undefined.patch \
|
||||
file://include-linux-types.patch"
|
||||
|
||||
do_install () {
|
||||
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
||||
|
||||
@@ -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