]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: do not split debug pkg when no debugsources.list
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 14 Mar 2012 07:16:03 +0000 (15:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Mar 2012 13:14:27 +0000 (13:14 +0000)
commitf88e3f420b4e95ab5ba4a075df8ed65b817f8b45
tree82f331c46a1d71f60bbe2880479f8b523c38894e
parent4cd85be17c7964ad24f1877f8b7181df0a0738fb
package.bbclass: do not split debug pkg when no debugsources.list

We don't have to split the debug pkg if it is null (No debugsources.list
since the find-debuginfo.sh would not generate it for the null pkg).

Serval pkg's debug pkg is null, and there were a few errors: (53 pkgs
had such errors in a core-image-sato build):

log.do_package:sort: open failed: debugsources.list: No such file or directory

[YOCTO #2076]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass