summaryrefslogtreecommitdiffstats
path: root/meta/classes/patcher.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-15 13:59:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-19 17:34:18 +0100
commite6cf0ba96a2a3e23cd7a3474711ae154db8ee9c7 (patch)
tree1b7a4143d002f9e9113f24eff9223c8dd45c679f /meta/classes/patcher.bbclass
parente375da8e7434ca7cf8a7d2060f423bd795fe99c9 (diff)
downloadpoky-e6cf0ba96a2a3e23cd7a3474711ae154db8ee9c7.tar.gz
classes: remove obsolete classes
All of these classes are currently unused in oe-core and meta-oe; several are no longer in use even in OE classic: * base_srpm.bbclass * ccdv.bbclass * flow-lossage.bbclass * patcher.bbclass * singlemachine.bbclass * tmake.bbclass * xlibs.bbclass patcher.bbclass and singlemachine.bbclass probably still work but it is unlikely that anyone is still using them. (From OE-Core rev: 7416bdaf01daaeb183b1cc8d13a043e244c464e1) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/patcher.bbclass')
-rw-r--r--meta/classes/patcher.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/patcher.bbclass b/meta/classes/patcher.bbclass
deleted file mode 100644
index c8a1b0350f..0000000000
--- a/meta/classes/patcher.bbclass
+++ /dev/null
@@ -1,7 +0,0 @@
1# Now that BitBake/OpenEmbedded uses Quilt by default, you can simply add an
2# inherit patcher
3# to one of your config files to let BB/OE use patcher again.
4
5PATCHCLEANCMD = "patcher -B"
6PATCHCMD = "patcher -R -p '%s' -n '%s' -i '%s'"
7PATCH_DEPENDS = "${@["patcher-native", ""][(bb.data.getVar('PN', d, 1) == 'patcher-native')]}"