[oe] [PATCH] libvncserver: update to latest commit 1354f7f

Kang Kai Kai.Kang at windriver.com
Wed Jul 10 03:17:55 UTC 2019


On 2019/7/10 上午11:14, Khem Raj wrote:
> On Tue, Jul 9, 2019 at 7:35 PM <kai.kang at windriver.com> wrote:
>> From: Kai Kang <kai.kang at windriver.com>
>>
>> Update libvncserver to latest git commit 1354f7f which could help to fix
>> do_package error when multilib is enabled:
>>
>> | Files/directories were installed but not shipped in any package:
>> |   /usr/lib/libvncclient.so.0.9.12
>> |   /usr/lib/libvncclient.so.1
>> |   /usr/lib/libvncclient.so
>> |   /usr/lib/libvncserver.so.0.9.12
>> |   /usr/lib/libvncserver.so.1
>> |   /usr/lib/libvncserver.so
>> |   /usr/lib/pkgconfig
>> |   /usr/lib/pkgconfig/libvncserver.pc
>> |   /usr/lib/pkgconfig/libvncclient.pc
>>
>> Rename recipe name from _git.bb to _${version}.bb as well.
>>
>> Signed-off-by: Kai Kang <kai.kang at windriver.com>
>> ---
>>   .../{libvncserver_git.bb => libvncserver_0.9.12.bb}           | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>   rename meta-oe/recipes-graphics/libvncserver/{libvncserver_git.bb => libvncserver_0.9.12.bb} (92%)
>>
>> diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
>> similarity index 92%
>> rename from meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
>> rename to meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
>> index bc47a3f15..683a29f94 100644
>> --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb
>> +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb
>> @@ -31,7 +31,9 @@ FILES_libvncclient = "${libdir}/libvncclient.*"
>>   inherit cmake
>>
>>   SRC_URI = "git://github.com/LibVNC/libvncserver"
>> -SRCREV = "c0a23857a5c42b45b6d22ccf7218becd1fa69402"
>> +SRCREV = "1354f7f1bb6962dab209eddb9d6aac1f03408110"
>>   PV = "0.9.12+git${SRCPV}"
> now that PV is set in recipe name you might want to turn this into
>
> PV .= "+git{SRCPV}"

OK. V2 will be sent.

Regards,
Kai


>   S = "${WORKDIR}/git"
> +
> +EXTRA_OECMAKE = "-DMAKE_INSTALL_LIBDIR=${libdir}"
> --
> 2.20.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
Kai Kang



More information about the Openembedded-devel mailing list