Moessbauer, Felix
unread,Sep 29, 2022, 9:11:31 AM9/29/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bezdeka, Florian, isar-...@googlegroups.com, jan.k...@siemens.com
Hi Florian,
This looks indeed a bit strange but this is how sbuild generates cross-build dependencies.
The libc6-dev:arm64 is one of the default build dependencies.
If you look closely, you also see that in the following line:
Merged Build-Depends: debhelper (>= 10), build-essential:amd64, fakeroot:amd64, crossbuild-essential-arm64:amd64, libc-dev:arm64, libstdc++-dev:arm64
Actually I don't know why sbuild generates the default deps like that, but there is probably a reason to it.
Apart from that, the "customizations" is built as an arch=arm64 package, but it perfectly qualifies as an arch=all package.
That's more in line with Debian policies.
To change this, simply add `DPKG_ARCH = "all"` to the recipe.
Best regards,
Felix
>
> Best regards,
> Florian