Searched hist:f8ce239d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/package/ |
H A D | builddeb | f8ce239d Thu Dec 05 08:37:35 CST 2013 Ben Hutchings <ben@decadent.org.uk> deb-pkg: Fix cross-building linux-headers package
builddeb generates a control file that says the linux-headers package can only be built for the build system primary architecture. This breaks cross-building configurations. We should use $debarch for this instead.
Since $debarch is not yet set when generating the control file, set Architecture: any and use control file variables to fill in the description.
Fixes: cd8d60a20a45 ('kbuild: create linux-headers package in deb-pkg') Reported-and-tested-by: "Niew, Sh." <shniew@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz> f8ce239d Thu Dec 05 08:37:35 CST 2013 Ben Hutchings <ben@decadent.org.uk> deb-pkg: Fix cross-building linux-headers package builddeb generates a control file that says the linux-headers package can only be built for the build system primary architecture. This breaks cross-building configurations. We should use $debarch for this instead. Since $debarch is not yet set when generating the control file, set Architecture: any and use control file variables to fill in the description. Fixes: cd8d60a20a45 ('kbuild: create linux-headers package in deb-pkg') Reported-and-tested-by: "Niew, Sh." <shniew@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
|