aboutsummaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-06-13 00:21:42 +0100
committerBen Hutchings <ben@decadent.org.uk>2016-06-13 02:04:39 +0100
commita7ebaf2684065a20680d9842827def22037377fd (patch)
tree28ef5c0f7581ae70492d7e75f3d2138f0ad575c3 /debian/README.source
parent0aceb8739a06586ace099b070b38f06fb14bfc02 (diff)
downloadkernel_replicant_linux-a7ebaf2684065a20680d9842827def22037377fd.tar.gz
kernel_replicant_linux-a7ebaf2684065a20680d9842827def22037377fd.tar.bz2
kernel_replicant_linux-a7ebaf2684065a20680d9842827def22037377fd.zip
Add support for the nopython build profile, disabling the linux-perf package
Currently we build-depend on the native python (via asciidoc), and on the host python (via python-dev). As these are not coinstallable it is impossible to perform a complete cross-build. Until that's resolved, this will allow cross-building of most of the package with the combination of the 'cross' and 'nopython' profiles. (This also sidesteps the issue of perf wanting a multilib compiler.)
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
index 17b4366c6967..92225ca1ea63 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -236,3 +236,5 @@ Several build profiles are understood and supported:
- cross: Needed when cross-building. Currently this must be used
together with pkg.linux.notools as not all the userland tools can be
cross-built.
+- nopython: Disable Python bindings. This currently disables building the
+ linux-perf-<version> package, as the perf program embeds Python.