[OE-core] [oe-commits] Laurentiu Palcu : libdrm: upgrade to 2.4.44

Laurentiu Palcu laurentiu.palcu at intel.com
Thu May 23 08:26:58 UTC 2013



On 05/22/2013 07:07 PM, Martin Jansa wrote:
> On Sun, May 12, 2013 at 04:33:07PM +0000, git at git.openembedded.org wrote:
>> > Module: openembedded-core.git
>> > Branch: master
>> > Commit: 563edb321594b007cae2294e807235ad22fd27da
>> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=563edb321594b007cae2294e807235ad22fd27da
>> > 
>> > Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
>> > Date:   Fri May 10 16:23:33 2013 +0300
>> > 
>> > libdrm: upgrade to 2.4.44
>> > 
>> > Removed part of the installtests.patch since tests can now be installed
>> > giving an option to configure script.
>> > 
>> > Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
>> > Signed-off-by: Saul Wold <sgw at linux.intel.com>
> Are you using buildhistory to test such upgrades?
> 
> This was caused by added --enable-install-test-programs.
> 
> Buildhistory shows that kmstest and vbltest were added to PN causing PKG to 
> change from libdrm2 to libdrm and breaking upgrade path
> 
> ${PN}-tests looks like better place for tests.
> 
>  * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2
>         But that file is already provided by package  * libdrm2
>  * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2.4.0
>         But that file is already provided by package  * libdrm2
> 
> -PV = 2.4.42
> -PR = r4.0
> -PKGR = r4.0.2
> -PKG = libdrm2
> +PV = 2.4.44
> +PR = r0
> +PKGR = r0.0
>  RPROVIDES = 
> -RDEPENDS = eglibc (>= 2.17)
> +RDEPENDS = eglibc (>= 2.17) libdrm-kms (>= 2.4.44)
>  RRECOMMENDS = 
> -PKGSIZE = 34635
> +PKGSIZE = 46491
>  FILES = /usr/bin/* /usr/sbin/* /usr/lib/libdrm/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev/rules.d /usr/lib/udev/rules.d /usr/share/libdrm /usr/lib/libdrm/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
> -FILELIST = /usr/lib/libdrm.so.2 /usr/lib/libdrm.so.2.4.0
> +FILELIST = /usr/bin/kmstest /usr/bin/vbltest /usr/lib/libdrm.so.2 /usr/lib/libdrm.so.2.4.0
> 
No, I didn't use buildhistory on this... :( My bad. I just wasn't
expecting the PKG to change. It looks like I was wrong.

Thanks for reminding me. Hopefully, I'll remember it next time.

I agree that the tests should be in a separate package. I'll make the
change as soon as I find some time.

Thanks,
Laurentiu



More information about the Openembedded-core mailing list