mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -6,9 +6,9 @@ LICENSE = "GPLv2"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=b995f89a81589be8d8a41c374a6df109d0ee12b3 \
|
||||
file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \
|
||||
file://remove-ubi.patch;patch=1 \
|
||||
file://fix-ignoreerrors-git.patch;patch=1"
|
||||
file://add-exclusion-to-mkfs-jffs2-git.patch \
|
||||
file://remove-ubi.patch \
|
||||
file://fix-ignoreerrors-git.patch"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
|
||||
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c \
|
||||
file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1"
|
||||
file://add-exclusion-to-mkfs-jffs2-git-2.patch"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user