[PATCH] UBUNTU: [Packaging] Do not build tools-common
Thadeu Lima de Souza Cascardo
cascardo at canonical.com
Fri May 19 13:48:21 UTC 2017
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 at canonical.com>
---
debian.snapdragon/rules.d/hooks.mk | 1 +
1 file changed, 1 insertion(+)
create mode 100644 debian.snapdragon/rules.d/hooks.mk
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
--
2.11.0
More information about the kernel-team
mailing list