diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-07-24 14:25:43 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-01 10:43:46 +0000 |
commit | cdee598291fddd2377ea0ea039e7b1101c2808ee (patch) | |
tree | 5f453d047575b70c7089cc36dfe8c72ffd26a075 /recipes-demo-hmi/mixer/mixer_git.bb | |
parent | 08ed35041eeb20cfb0349dfaead0461a2efe0e1a (diff) |
Fix yocto virtual recipes parsing
* 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>
Diffstat (limited to 'recipes-demo-hmi/mixer/mixer_git.bb')
-rw-r--r-- | recipes-demo-hmi/mixer/mixer_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-demo-hmi/mixer/mixer_git.bb b/recipes-demo-hmi/mixer/mixer_git.bb index 280d98cc8..130ee1df4 100644 --- a/recipes-demo-hmi/mixer/mixer_git.bb +++ b/recipes-demo-hmi/mixer/mixer_git.bb @@ -21,6 +21,7 @@ DEPENDS += "qtquickcontrols2 \ qlibwindowmanager \ " +PROVIDES += "virtual/mixer" RPROVIDES_${PN} += "virtual/mixer" inherit qmake5 aglwgt |