Hi there,
let's assume I have two custom extra packages which have a dependency in extras-buildpkgs.
10-package1.conf
20-package2.conf
20-package2 has a package_builddeps to 10-package1. It is marked in the .conf file as in package2/debian/control@Build-Depends.
Package 10-package1 is build properly and stored under output/deps/extra/jammy_utils.
While building package 20-package2 it does install resolve 10-package1 before and in the logs I see the `Bad package name` (general.sh:1290) message.
Also the adjustment of package20's rules to use apt-get during build prep does not find the package.
Is there anything I have to configure/consider to resolve this or is this an unsupported case?
Thanks,
Max