[elbe-devel] [PATCH] debianize kernel: fix Build-Depends: in control file
Yegor Yefremov
yegorslists at googlemail.com
Fri Sep 4 10:33:20 CEST 2020
Hi Torben,
On Fri, Sep 4, 2020 at 8:17 AM Torben Hohn <torben.hohn at linutronix.de> wrote:
>
> Newer kernel versions depend on rsync and libssl-dev
>
> Add them.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/makofiles/debianize/kernel/control.mako | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elbepack/makofiles/debianize/kernel/control.mako b/elbepack/makofiles/debianize/kernel/control.mako
> index 1823e7c88..abed23125 100644
> --- a/elbepack/makofiles/debianize/kernel/control.mako
> +++ b/elbepack/makofiles/debianize/kernel/control.mako
> @@ -9,7 +9,7 @@ Source: linux-${k_version}-${p_name}
> Section: kernel
> Priority: optional
> Maintainer: ${m_name} <${m_mail}>
> -Build-Depends: debhelper (>= 9), bc, libelf-dev, u-boot-tools, flex, bison, lzop:native
> +Build-Depends: debhelper (>= 9), bc, libelf-dev, u-boot-tools, flex, bison, lzop:native, libssl-dev, rsync
Have you also tried to cross-compile the kernel with
dpkg-buildpackage? It breaks because of libelf-dev and libssl-dev.
Declaring both as native, fixes the issue.
Regards,
Yegor
More information about the elbe-devel
mailing list