From: Thadeu Lima de Souza Cascardo Date: Thu, 18 May 2017 12:24:33 +0000 (-0300) Subject: UBUNTU: [Packaging] Do not build tools-common X-Git-Tag: Ubuntu-snapdragon-4.4.0-1090.95~66 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=53dfd76afa4ee852957e97a14cd8003b2b54fef1;p=mirror_ubuntu-artful-kernel.git UBUNTU: [Packaging] Do not build tools-common BugLink: https://bugs.launchpad.net/bugs/1691814 After the removal of *-tools-common packages, build started failing because master added a rule to stop building if the non-master branch tried to build *-tools-common packages. Set do_tools_common in derivative's hooks.mk. Signed-off-by: Thadeu Lima de Souza Cascardo Acked-by: Andy Whitcroft Acked-by: Kleber Sacilotto de Souza --- diff --git a/debian.snapdragon/rules.d/hooks.mk b/debian.snapdragon/rules.d/hooks.mk new file mode 100644 index 000000000000..e0c4f46609e8 --- /dev/null +++ b/debian.snapdragon/rules.d/hooks.mk @@ -0,0 +1 @@ +do_tools_common=false