[OE-core] [PATCH 1/1] weston: Fix PACKAGECONFIG for remoting

Robert Yang liezhi.yang at windriver.com
Wed Oct 16 02:17:17 UTC 2019



On 10/15/19 9:18 PM, Trevor Gamblin wrote:
> On 10/15/19 4:51 AM, Robert Yang wrote:
> 
>> Fix a typo: gstreamer-1.0 -> gstreamer1.0.
>>
>> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
>> ---
>>   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"

Thanks, make sense, I will send a V2 for it.

// Robert

> 
> Otherwise, you'll run into do_package_qa errors.
> 
> 


More information about the Openembedded-core mailing list