]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
hello-mod_0.1.bb: add RPROVIDES
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 5 Apr 2018 23:11:27 +0000 (16:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Apr 2018 10:44:50 +0000 (11:44 +0100)
commit5264dbd39d082a2a2f68b5506cff6761fc936cdf
treec615c68532e7f2f777f335904a4644aa34da5240
parent7a39dc3996dc445c83ac1665e9099e1244cf396d
hello-mod_0.1.bb: add RPROVIDES

Although the package will get an automatic prefix "kernel-module", so
the package kernel-module-hello does exist, populating rootfs can
generate an error:
  - nothing provides kernel-module-hello ...

This is quite unfortunate, as this recipe is used as a sample.

Adding RPROVIDES_${PN} += "kernel-module-hello" to the recipe fixes
the problem.

[YOCTO #12641]

(From OE-Core rev: ca17a7bbea5f5454da43545d544ff7772d83ac19)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb