From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/squashfs-tools/squashfs-tools_3.3.bb | 2 +- recipes/squashfs-tools/squashfs-tools_4.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/squashfs-tools') diff --git a/recipes/squashfs-tools/squashfs-tools_3.3.bb b/recipes/squashfs-tools/squashfs-tools_3.3.bb index ce6b7ce0f3..b07cf3c9fa 100644 --- a/recipes/squashfs-tools/squashfs-tools_3.3.bb +++ b/recipes/squashfs-tools/squashfs-tools_3.3.bb @@ -1,4 +1,4 @@ require squashfs-tools.inc PR = "${INC_PR}.1" -SRC_URI += " file://Makefile.patch;patch=1" +SRC_URI += " file://Makefile.patch;apply=yes" diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb index c180f4639f..5d8bf4cac6 100644 --- a/recipes/squashfs-tools/squashfs-tools_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -1,7 +1,7 @@ # This override is required since this has not yet been released SRC_URI = "cvs://anonymous@squashfs.cvs.sourceforge.net/cvsroot/squashfs;module=squashfs;date=${SRCDATE} \ http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2" -SRC_URI += " file://Makefile.patch;patch=1" +SRC_URI += " file://Makefile.patch;apply=yes" require squashfs-tools.inc PR = "${INC_PR}.3" -- cgit 1.2.3-korg