On 10/15/19 4:51 AM, Robert Yang wrote:

Fix a typo: gstreamer-1.0 -> gstreamer1.0.

Signed-off-by: Robert Yang <[email protected]>
---
  meta/recipes-graphics/wayland/weston_7.0.0.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston_7.0.0.bb 
b/meta/recipes-graphics/wayland/weston_7.0.0.bb
index d212754..02d724a 100644
--- a/meta/recipes-graphics/wayland/weston_7.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_7.0.0.bb
@@ -64,7 +64,7 @@ PACKAGECONFIG[colord] = 
"-Dcolor-management-colord=true,-Dcolor-management-color
  # Clients support
  PACKAGECONFIG[clients] = "-Dsimple-clients=all 
-Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
  # Virtual remote output with GStreamer on DRM backend
-PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer-1.0"
+PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0"
  # Weston with PAM support
  PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam"

You'll need to add gstreamer1.0-plugins-base as well if it is going to successfully build, i.e. the line should be

PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 
gstreamer1.0-plugins-base"

Otherwise, you'll run into do_package_qa errors.

--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to