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/linknx/linknx.inc | 2 +- recipes/linknx/linknx_0.0.1.26.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/linknx') diff --git a/recipes/linknx/linknx.inc b/recipes/linknx/linknx.inc index 1feb2b7c05..ca93aa444f 100644 --- a/recipes/linknx/linknx.inc +++ b/recipes/linknx/linknx.inc @@ -9,7 +9,7 @@ DEPENDS = " pthsem lua5.1 curl libesmtp" DEPENDS_append_linux-uclibc = " argp-standalone" DEPENDS_append_linux-uclibceabi = " argp-standalone" -SRC_URI += "file://configure-libcurl.patch;patch=1 \ +SRC_URI += "file://configure-libcurl.patch;apply=yes \ file://linknx.start " inherit autotools update-rc.d diff --git a/recipes/linknx/linknx_0.0.1.26.bb b/recipes/linknx/linknx_0.0.1.26.bb index 5fe2ef5b93..b19ee92bde 100644 --- a/recipes/linknx/linknx_0.0.1.26.bb +++ b/recipes/linknx/linknx_0.0.1.26.bb @@ -1,7 +1,7 @@ PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/linknx/linknx-${PV}.tar.gz \ - file://logger-initialisations.patch;patch=1 \ + file://logger-initialisations.patch;apply=yes \ " require linknx.inc -- cgit 1.2.3-korg