All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding library headers in SDK (libsdnfile)
@ 2020-03-24 11:36 Guy Morand
  0 siblings, 0 replies; only message in thread
From: Guy Morand @ 2020-03-24 11:36 UTC (permalink / raw)
  To: yocto

Hi everyone,

I'm trying to add the libsdnfile development library in my SDK. I added 
a packagegroup-core-standalone-sdk-target.bbappend file in my meta-layer 
with the following:

RDEPENDS_${PN} += " \
   libsndfile-dev \
   "

Unfurtnately this fails:

ERROR: Nothing RPROVIDES 'libsndfile-dev'

It works when using libsndfile1-dev but I don't have the .pc file 
neither the headers in my SDK. Extracting the resulted ipk, it seems 
that the libsndfile-dev_1.0.28-r0.2_ARCH.ipk is the package I need but I 
can't get it installed!

I have the same issue with alsa library. Other packages work great using 
this approach.

Any pointers?

Best regards,

Guy Morand


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-24 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 11:36 Adding library headers in SDK (libsdnfile) Guy Morand

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.