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/disko/disko_1.6.0.bb | 2 +- recipes/disko/disko_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/disko') diff --git a/recipes/disko/disko_1.6.0.bb b/recipes/disko/disko_1.6.0.bb index 4b5a44b272..c3df8d8bd1 100644 --- a/recipes/disko/disko_1.6.0.bb +++ b/recipes/disko/disko_1.6.0.bb @@ -7,7 +7,7 @@ require disko.inc DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm" SRC_URI = "http://www.diskohq.org/downloads/${PN}-${PV}.tar.gz \ - file://pkgconfig.patch;patch=1 \ + file://pkgconfig.patch;apply=yes \ " do_compile() { diff --git a/recipes/disko/disko_git.bb b/recipes/disko/disko_git.bb index 99ef87a0df..adc7949087 100644 --- a/recipes/disko/disko_git.bb +++ b/recipes/disko/disko_git.bb @@ -11,7 +11,7 @@ require disko.inc DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm" SRC_URI = "git://www.diskohq.org/disko.git;protocol=git \ - file://pkgconfig.patch;patch=1 \ + file://pkgconfig.patch;apply=yes \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg