[yocto] Nothing PROVIDES 'python3-dev'

Ross Burton ross.burton at intel.com
Tue Sep 24 03:28:19 PDT 2019


On 24/09/2019 10:36, Damien LEFEVRE wrote:
> Hi,
> 
> Migrating from poky:pyro to poky:warrior.
> 
> It looks like the python3-dev package is generated from 
> python3-manifest.json:
> 
>      "dev": {
>          "cached": [],
>          "files": [
>              "${base_libdir}/*.a",
>              "${base_libdir}/*.o",
>              "${bindir}/python*-config",
>              "${datadir}/aclocal",
>              "${datadir}/pkgconfig",
>              "${includedir}",
>              "${libdir}/*.a",
>              "${libdir}/*.la",
>              "${libdir}/*.o",
>              "${libdir}/lib*${SOLIBSDEV}",
>              "${libdir}/pkgconfig"
>          ],
>          "rdepends": [
>              "core"
>          ],
>          "summary": "Python development package"
>      },
> 
> and this is used in python3_3.7.2.bb <http://python3_3.7.2.bb>.
> 
> Still I get this error: Nothing PROVIDES 'python3-dev'

Are you trying to 'bitbake python3-dev'?  You bitbake a recipe, not a 
package, so 'bitbake python3'.

Ross


More information about the yocto mailing list