diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-08-03 10:21:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 16:53:03 +0100 |
commit | c2bbe5f5d35b6d60ab1f75dc85dddd52cb8760ce (patch) | |
tree | 01f0ef503a51020bc9a7b88415814e01f5e4bf72 /scripts/combo-layer-hook-default.sh | |
parent | 758677e212f59b426817e627ef7b1df02e7975a3 (diff) | |
download | poky-c2bbe5f5d35b6d60ab1f75dc85dddd52cb8760ce.tar.gz |
libpam: disable NIS to not link with libtirpc when it is available
I was checking ways to make incremental builds faster so I started using
sstate-cache and SSTATE_MIRRORS. But this gave me some nasty bug:
| Collected errors:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies
for php-cgi:
| * libtirpc1 (>= 0.2.2) *
| * opkg_install_cmd: Cannot install package php-cgi.
I checked details:
In my previous build libtirpc got built before libpam so libpam found it
and linked. As a result packages depend on libtirpc1 but as there is no
such build dependency sstate handling code did not used libtirpc copy...
(From OE-Core rev: e629bdcd1bcb51f2d2101fb53daeac0bd29ab637)
(From OE-Core rev: 8ff92269cd63e153892d129e6e2255812a454a99)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer-hook-default.sh')
0 files changed, 0 insertions, 0 deletions