]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Packaging] Do not build tools-common
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 18 May 2017 12:24:33 +0000 (09:24 -0300)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Sep 2017 16:19:06 +0000 (18:19 +0200)
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 <cascardo@canonical.com>
Acked-by: Andy Whitcroft <andy.whitcroft@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian.snapdragon/rules.d/hooks.mk [new file with mode: 0644]

diff --git a/debian.snapdragon/rules.d/hooks.mk b/debian.snapdragon/rules.d/hooks.mk
new file mode 100644 (file)
index 0000000..e0c4f46
--- /dev/null
@@ -0,0 +1 @@
+do_tools_common=false