Installation of libsoc headers

I saw the headers weren’t installed by default, so I added https://github.com/beagleboard/image-builder/pull/3

Should this have a pkg-config file to be neat? I know all that is needed is a ‘-lsoc’, but I’m not sure what is typically expected.

Is anyone working on submitting this to Jessie upstream?

For others referencing this, you might need to ‘apt-get update && apt-get install -y libsoc2 libsoc-dev’ to get the libsoc library and headers.

I saw the headers weren't installed by default, so I added
Add libsoc-dev by jadonk · Pull Request #3 · beagleboard/image-builder · GitHub

Should this have a pkg-config file to be neat? I know all that is needed is
a '-lsoc', but I'm not sure what is typically expected.

This is my bad, pkg-config was added here:

But, when i updated to that git version, i didn't include the
pkgconfig file into the final *.deb...

Is anyone working on submitting this to Jessie upstream?

For others referencing this, you might need to 'apt-get update && apt-get
install -y libsoc2 libsoc-dev' to get the libsoc library and headers.

Regards,

Okay, this is now been pushed out to Wheezy/Jessie & Trusty

https://github.com/rcn-ee/repos/commit/2b2780a4e22d70d6e96c469f86e5e12c30e73618

Regards,