https://github.com/torvalds/linux
Revision 8ffdc54b6f4cd718a45802e645bb853e3a46a078 authored by Ard Biesheuvel on 30 December 2019, 14:07:47 UTC, committed by Masahiro Yamada on 03 January 2020, 15:00:48 UTC
Cross compiling the x86 kernel on a non-x86 build machine produces
the following error when CONFIG_UNWINDER_ORC is enabled, regardless
of whether libelf-dev is installed or not.

  dpkg-checkbuilddeps: error: Unmet build dependencies: libelf-dev
  dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
  dpkg-buildpackage: warning: (Use -d flag to override.)

Since this is a build time dependency for a build tool, we need to
depend on the native version of libelf-dev so add the appropriate
annotation.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent cc97661
History
Tip revision: 8ffdc54b6f4cd718a45802e645bb853e3a46a078 authored by Ard Biesheuvel on 30 December 2019, 14:07:47 UTC
kbuild/deb-pkg: annotate libelf-dev dependency as :native
Tip revision: 8ffdc54

back to top