summaryrefslogtreecommitdiff
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:33:56 +0100
commit7416bdaf01daaeb183b1cc8d13a043e244c464e1 (patch)
treead39861515dc284f7b2914bfb2513d0e5c75fc47 /meta/classes/patcher.bbclass
parent7c84b6f2cfaa12d631e34d29625436b4353c8c35 (diff)
downloadopenembedded-core-7416bdaf01daaeb183b1cc8d13a043e244c464e1.tar.gz
openembedded-core-7416bdaf01daaeb183b1cc8d13a043e244c464e1.tar.bz2
openembedded-core-7416bdaf01daaeb183b1cc8d13a043e244c464e1.tar.xz
openembedded-core-7416bdaf01daaeb183b1cc8d13a043e244c464e1.zip
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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 c8a1b0350..000000000
--- a/meta/classes/patcher.bbclass
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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')]}"