summaryrefslogtreecommitdiffstats
path: root/openembedded/classes/patcher.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/classes/patcher.bbclass
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/classes/patcher.bbclass')
-rw-r--r--openembedded/classes/patcher.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/openembedded/classes/patcher.bbclass b/openembedded/classes/patcher.bbclass
new file mode 100644
index 0000000000..c8a1b0350f
--- /dev/null
+++ b/openembedded/classes/patcher.bbclass
@@ -0,0 +1,7 @@
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')]}"