From 04f82472a4bbc5c694c8fe6ee5543c91c0368080 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 16 Jun 2011 23:57:49 +0300 Subject: [PATCH] Add support for patching source packages. Sometimes there's a need to patch upstream source. While this can be scripted using prebuild commands, it's very verbose and unstructured, so add dedicated patching support. Details: To patch source, specific build's metadata line should include: patch=patch1.patch;patch2.patch;... Patches are separated with ';', at least one patch should be specified. They are applied in the order given. Patches are looked up in metadata// directory. Different builds obviously may reference the same patch(es).