diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-24 14:06:59 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-08-28 08:03:40 -0700 |
commit | 6ac3e8be0307ecaea5e92f8bda94f1cd2193a47a (patch) | |
tree | 92e8d3d1a6641fa817070da8c6aaed96b433fc7a /meta/recipes-kernel/perf | |
parent | 731e1171d6c35ed086b36c081f48dba2015319f8 (diff) | |
download | openembedded-core-6ac3e8be0307ecaea5e92f8bda94f1cd2193a47a.tar.gz openembedded-core-6ac3e8be0307ecaea5e92f8bda94f1cd2193a47a.tar.bz2 openembedded-core-6ac3e8be0307ecaea5e92f8bda94f1cd2193a47a.zip |
archiver.bbclass: fix the remove error
* The "tar-package" is used for saving the "Source" list for rpmbuild,
there is no such a file when "ARCHIVER_MODE[type] ?= srpm", and there
would be errors, it hadn't happen before was becuase that the remove
function didn't work. Let the "rpmbuild --rmsource" to remove the
Sources, and the remove function will just remove the tar-package file.
* Remove several unwanted "try ... exception" sentences, let the error
raise rather than ignore them when the error happens.
* Remove several un-needed code.
[YOCTO #2619]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/perf')
0 files changed, 0 insertions, 0 deletions