Fix yocto virtual recipes parsing 35/15635/3
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 24 Jul 2018 12:25:43 +0000 (14:25 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Aug 2018 10:43:46 +0000 (10:43 +0000)
 * When you have RPROVIDES_${PN} += "virtual/something"
   you should have PROVIDES += "virtual/something" too
   It's avoid yocto parsing ERROR.
   (like remove pulseaudio from DISTRO FEATURE)

Bug-AGL: SPEC-1601

Change-Id: I50fa95a5dd61e3ca6d32bc68d5e792fd10aa11fe
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>

No differences found