diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-03 22:52:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:55 +0100 |
commit | c228ffb3f10c97456cacb4f071269decbda5b88f (patch) | |
tree | dcc19cdec845613722c027d46d40754ad4836ea6 /meta/classes/image-prelink.bbclass | |
parent | b51e8344ca6a20adfc4cb0f504d0dee4f77b1f61 (diff) | |
download | poky-c228ffb3f10c97456cacb4f071269decbda5b88f.tar.gz |
package_rpm: enhance strip_multilib function
The previous logic could only strip MLPREFIX from the first element in
an array, take an example, strip_multilib the [lib32-a lib32-b lib32-c]
will result in [a lib32-b lib32-c]. We need to strip prefix one by one.
This commit change the logic to strip all elements' multilib prefix.
[YOCTO #1368]
CC: Mark Hatle <mark.hatle@windriver.com>
(From OE-Core rev: ca729de4b261e4feba74fdf0b2578890bc80ea90)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-prelink.bbclass')
0 files changed, 0 insertions, 0 deletions