> On Jul 13, 2015, at 22:04, Martin Jansa <martin.ja...@gmail.com> wrote:
> 
> Will this work if gstreamer gst-plugins-base aren't next to each other
> in DEPENDS?
> 
> I think good convention is to use:
> DEPENDS_remove = "gstreamer"
> DEPENDS_remove = "gst-plugins-base"
> for it to work even after original DEPENDS in the recipe is re-ordered
> or changed.

Shouldn't you be using += instead of =, so that you append to the list:

DEPENDS_remove += "gstreamer"
DEPENDS_remove += "gst-plugins-base"

The earlier line had it in one line, so it was okay:

DEPENDS_remove = "gstreamer gst-plugins-base"

Regards,

Elvis Dowson
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to