On Buildroot, given a package P, I'm trying to know, textually, all the packages that depend on P.
I already know about make <pgk>-graph-depends
command, but this command shows what packages P depends, but I want to know who depends on P.
I'm using Buildroot version 2015-08.
Thanks