From patchwork Tue Mar 13 02:50:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] package.bbclass: create debugsources.list if it doesn't exist Date: Tue, 13 Mar 2012 02:50:24 -0000 From: Robert Yang X-Patchwork-Id: 23101 Message-Id: To: The testing information: # Take MACHINE=qemux86 as example: 1) $ bitbake core-image-sato 2) $ find tmp/work/i586-poky-linux/ -maxdepth 3 -name 'log.do*' -exec \ grep -H 'debugsources.list: No such file or directory' {} \; # There should be no output(more than 100 lines without this patch). // Robert The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923: cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12 17:46:16 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/debugsources http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/debugsources Robert Yang (1): package.bbclass: create debugsources.list if it doesn't exist meta/classes/package.bbclass | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)