jhnc-oss / yocto-build

Yocto Build Container Environment using podman(1)
MIT License
1 stars 1 forks source link

ffmpeg build failure #69

Open offa opened 4 months ago

offa commented 4 months ago

ffmpeg has a commercial license in kf6.

 NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'ffmpeg' (but /opt/yocto/build/../meta-kf6/recipes-kf6/tier2/kfilemetadata_6.0.0.bb DEPENDS on or otherwise requires it)
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not listed in LICENSE_FLAGS_ACCEPTED
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'kfilemetadata', 'ffmpeg']

https://github.com/jhnc-oss/yocto-build/actions/runs/8826901028/job/24233322698

offa commented 3 months ago

Fixing ffmpeg brought up more problems. qtinterface-framework-native requires a bunch of python3 native packages, which aren't buildable.

Since this issue is only world related, I'm going to disable the bitbake world temporarily.