[yocto] [meta-measured][PATCH 1/7] trousers: Add libgcc as Runtime dependency
Philip Tricca
flihp at twobit.us
Thu Nov 7 14:29:51 PST 2013
Saul,
Awesome patch set. This is the only one I can't figure out. Does tcsd
really need libgcc? 'ldd' doesn't say anything about dependencies. I'm
sure it's just that I'm not looking in the right place. Mind pointing it
out for me?
Thanks,
- Philip
On 11/01/2013 06:02 PM, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> recipes-tpm/trousers/trousers_0.3.10.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-tpm/trousers/trousers_0.3.10.bb b/recipes-tpm/trousers/trousers_0.3.10.bb
> index 33b2816..28594d2 100644
> --- a/recipes-tpm/trousers/trousers_0.3.10.bb
> +++ b/recipes-tpm/trousers/trousers_0.3.10.bb
> @@ -71,6 +71,8 @@ FILES_${PN}-doc = " \
> ${mandir}/man8 \
> "
>
> +RDEPENDS_${PN} = "libgcc"
> +
> inherit autotools useradd
>
> EXTRA_OECONF="--with-gui=none"
>
More information about the yocto
mailing list