From 17b6b41e58b03032a010f5f262fe3320019daa61 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 26 Jan 2005 12:13:59 +0000 Subject: [PATCH] patcher.bbclass: work around a recursive dependency BKrev: 41f78987-3weNW_VFpmfuy4h8tK7-A --- classes/patcher.bbclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/classes/patcher.bbclass b/classes/patcher.bbclass index e69de29bb2..c8a1b0350f 100644 --- a/classes/patcher.bbclass +++ b/classes/patcher.bbclass @@ -0,0 +1,7 @@ +# Now that BitBake/OpenEmbedded uses Quilt by default, you can simply add an +# inherit patcher +# to one of your config files to let BB/OE use patcher again. + +PATCHCLEANCMD = "patcher -B" +PATCHCMD = "patcher -R -p '%s' -n '%s' -i '%s'" +PATCH_DEPENDS = "${@["patcher-native", ""][(bb.data.getVar('PN', d, 1) == 'patcher-native')]}" -- 2.39.5