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-support/gdbm/gdbm_1.8.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/gdbm') diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb index 4f233a2140..28f578cb3e 100644 --- a/meta/recipes-support/gdbm/gdbm_1.8.3.bb +++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150" PR = "r4" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ - file://makefile.patch;patch=1 \ - file://libtool-mode.patch;patch=1" + file://makefile.patch \ + file://libtool-mode.patch" SRC_URI[md5sum] = "1d1b1d5c0245b1c00aff92da751e9aa1" SRC_URI[sha256sum] = "cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9" -- cgit 1.2.3-korg