util-linux package name extension causes build error
hdengler opened this issue · 1 comments
hdengler commented
The package name extension to util-linux-switch_root.static causes a build error in my environment (based on poky pyro). As far as I know, the '_' character is used as separator in yocto, therefore it should not be used in a package name.
In the attached patch, I replaed the '_' with a '-', which fixed the build error. I'm not sure, if the '-' is the best choise, so maybe another replacement is also possible (allowed characters: [a-z0-9.+-]).