diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-01-29 14:38:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 00:03:01 +0000 |
commit | 27c8af1e3a9092caa19bd813c4dd0747de766dc5 (patch) | |
tree | 7e8ff7e35a7b94a05e37e17dd4694c2cdb600c49 /meta/recipes-support/attr | |
parent | 96180955d06e9ae74cd8e8c2a980167c485c2df1 (diff) | |
download | poky-27c8af1e3a9092caa19bd813c4dd0747de766dc5.tar.gz |
module.bbclass: Don't add pkg_postinst/pkg_prerm to all packages in recipe
The code in module.bbclass was appending the pkg_postinst and
pkg_prerm to all packages that are part of a given recipe, meaning
that the -lic, -dev, -doc, ... packages all got the scriptlet
This change uses only which macthes with the RDEPENDS and FILES
already used in module.bbclass.
The failure was that rootfs creation would fail due to the -lic package
being installed before the kernel and the script would fail.
[YOCTO #3803]
(From OE-Core rev: cf05c4578c99c0cb885cf2706f7f2b39b100aeb8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
0 files changed, 0 insertions, 0 deletions