]> code.ossystems Code Review - openembedded-core.git/commit
libc-common: Allow -dbg package to append, and not just set package variables
authorMark Hatle <mark.hatle@windriver.com>
Thu, 28 Jun 2012 21:08:51 +0000 (16:08 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 3 Jul 2012 07:05:40 +0000 (00:05 -0700)
commitfa1c7b797593cbd5e82dc264bde2667620eb0515
treea2e2a52c66ab0fa1c66a045e85b98ab773f04987
parent7ad08f5b73aa949a877adc5641b4bb1d007de750
libc-common: Allow -dbg package to append, and not just set package variables

The libc-common attempts to rewrite the package information in a way similar
to debian.bbclass.  When it does this, it should be appending to the
dependency variables (RPROVIDES, RREPLACES, and RCONFLICTS), instead
of simply setting a hard coded value.  Otherwise the lib package can not
tailor the dependency variables to suite it's needs.

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