diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-21 14:48:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-21 12:12:09 +0100 |
commit | 5d8ca498e09438bd91654fa8b8b2c970956d88e3 (patch) | |
tree | cb2da5b6fec8e691ee456c77e02f953ba57b9a80 /meta/recipes-multimedia/libmad | |
parent | 72a924d0686389d648338efd3f675fc85ee2d181 (diff) | |
download | openembedded-core-5d8ca498e09438bd91654fa8b8b2c970956d88e3.tar.gz openembedded-core-5d8ca498e09438bd91654fa8b8b2c970956d88e3.tar.bz2 openembedded-core-5d8ca498e09438bd91654fa8b8b2c970956d88e3.zip |
package_rpm.bbclass: fix and enhance the incremental rpm generation
The incremental rpm generation usually broke when package_rpm.bbclass
changed, change its implementation to make it more stable:
* It depended on the previous and current saved manifest files in
the past, it would break when the manifest changed. Now query the
previous and current installed pkgs from rootfs/var/lib and
rootfs/install/, this would be more reliable, the manifest's change
would not affect it any more.
* Add explanations before package_install_internal_rpm to explain what
does the function do.
* Remove an unwanted "awk '{print $1}'".
[YOCTO #2906]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libmad')
0 files changed, 0 insertions, 0 deletions