From 4e108857e0d40105f7ecbc55e99bd6c367bb7386 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Aug 2011 00:17:52 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta/recipes-core/console-tools/console-tools_0.3.2.bb | 10 +++++----- meta/recipes-core/tinylogin/tinylogin_1.4.bb | 8 ++++---- meta/recipes-core/udev/udev_145.bb | 2 +- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/meta/recipes-core/console-tools/console-tools_0.3.2.bb index 7baace66c1..5f1d640a2d 100644 --- a/meta/recipes-core/console-tools/console-tools_0.3.2.bb +++ b/meta/recipes-core/console-tools/console-tools_0.3.2.bb @@ -6,11 +6,11 @@ DESCRIPTION = "Provides tools that enable the set-up and manipulation of the lin PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ - file://codepage.patch;patch=1 \ - file://configure.patch;patch=1 \ - file://compile.patch;patch=1 \ - file://kbdrate.patch;patch=1 \ - file://uclibc-fileno.patch;patch=1 \ + file://codepage.patch \ + file://configure.patch \ + file://compile.patch \ + file://kbdrate.patch \ + file://uclibc-fileno.patch \ file://config" SRC_URI[md5sum] = "bf21564fc38b3af853ef724babddbacd" diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb index 2dde2917ea..bad918c491 100644 --- a/meta/recipes-core/tinylogin/tinylogin_1.4.bb +++ b/meta/recipes-core/tinylogin/tinylogin_1.4.bb @@ -10,10 +10,10 @@ LIC_FILES_CHKSUM="file://LICENSE;md5=f1060fa3a366f098b5b1d8c2077ba269" PR = "r7" SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \ - file://cvs-20040608.patch;patch=1;pnum=1 \ - file://add-system.patch;patch=1;pnum=1 \ - file://adduser-empty_pwd.patch;patch=1 \ - file://remove-index.patch;patch=1 \ + file://cvs-20040608.patch \ + file://add-system.patch \ + file://adduser-empty_pwd.patch \ + file://remove-index.patch \ file://use_O2_option.patch \ file://passwd_rotate_check.patch \ file://avoid_static.patch" diff --git a/meta/recipes-core/udev/udev_145.bb b/meta/recipes-core/udev/udev_145.bb index becef04706..b2e2294249 100644 --- a/meta/recipes-core/udev/udev_145.bb +++ b/meta/recipes-core/udev/udev_145.bb @@ -3,7 +3,7 @@ RPROVIDES_${PN} = "hotplug" PR = "r11" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ - file://enable-gudev.patch;patch=1 \ + file://enable-gudev.patch \ file://run.rules \ " diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 8bc3dbf821..0aac5fa013 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb @@ -11,7 +11,7 @@ PR = "r4" SRCREV = "eca680ddf28d024954895f59a241a622dd575c11" SRC_URI = "git://github.com/philb/update-rc.d.git;protocol=git \ - file://add-verbose.patch;striplevel=1" + file://add-verbose.patch;" S = "${WORKDIR}/git" -- cgit 1.2.3-korg