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:
@@ -8,9 +8,9 @@ HOMEPAGE = "http://subversion.tigris.org"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \
|
||||
file://disable-revision-install.patch;patch=1 \
|
||||
file://neon-detection.patch;patch=1 \
|
||||
file://libtool2.patch;patch=1"
|
||||
file://disable-revision-install.patch \
|
||||
file://neon-detection.patch \
|
||||
file://libtool2.patch"
|
||||
|
||||
SRC_URI[md5sum] = "113fca1d9e4aa389d7dc2b210010fa69"
|
||||
SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45"
|
||||
|
||||
Reference in New Issue
Block a user