]> code.ossystems Code Review - openembedded-core.git/commit
roots_rpm: Enable installation of recommended packages
authorMark Hatle <mark.hatle@windriver.com>
Wed, 1 Sep 2010 21:04:45 +0000 (16:04 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 3 Sep 2010 08:44:56 +0000 (09:44 +0100)
commit2f68de1e88fb196c301039ad994782b1a0c6ac94
treeebf03840ec8de390a81bce16b0ae04a48ae1101f
parent84e1f5a68962e35f796fbfddacddd6d16a4532b6
roots_rpm: Enable installation of recommended packages

Within RPM there is a field called "Suggests".  This filed behaves like
"Recommends" does in ipk.  So we write out the packages using the Suggests
field with the Poky 'Recommends' values... and then use the arbitrary tags to
capture the Poky 'Suggests' within a new "Recommends" tag.

Slightly confusing, but the end result is a functioning install.

Also some performance enhancements were add at the same time.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package_rpm.bbclass
meta/classes/rootfs_rpm.bbclass