* How to find out the rdepends of certain package
@ 2017-06-30 15:19 John Rama
0 siblings, 0 replies; only message in thread
From: John Rama @ 2017-06-30 15:19 UTC (permalink / raw)
To: yocto
Hi, experts
I'm facing following problem, when building a image.
--------------------------------------------------------
The following packages have unmet dependencies:
openssh-dev : Depends: openssh (= 7.1p2-r0.0) but it is not going to be installed
Recommends: openssh-misc-dev but it is not installable
Recommends: shadow-sysroot-dev but it is not installable
Recommends: libcrypto-dev but it is not installable
Recommends: openssh-sshd-dev but it is not installable
Recommends: update-alternatives-opkg-dev but it is not installable
Recommends: openssh-scp-dev but it is not installable
Recommends: openssh-ssh-dev but it is not installable
Recommends: openssh-sftp-server-dev but it is not installable
Recommends: openssh-keygen-dev but it is not installable
Recommends: openssh-sftp-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
--------------------------------------------------------
I know this can be resolved by adding "openssh" to the IMAGE_INSTALL_append list.
But, I'm very curious which recipes try to use openssh-dev, or
which package depends on openssh-dev.
1. I just greped entire recipe tree with "openssh-dev", but there is no hit.
2. Run bitbake -g <image> option to generate the *-depends.dot file,
then grepped with "openssh-dev", two hits.
package-depends.dot:31228:"openssh-staticdev" -> "openssh-dev" [style=dashed]
pn-depends.dot:4474:"openssh" -> "openssh-dev" [style=dashed]
However, these are not used by using the similiar method of #1 and #2.
Is there any good way to find out why openssh-dev is in the installed package list ?
John
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-30 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-30 15:19 How to find out the rdepends of certain package John Rama
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.