Integrate meta-seconorth-distro/refactor_netpbm
Commit: seco-ne/yocto/layers/meta-seconorth-distro@424479f3
netpbm: Refactor recipe
This is mainly major recipe refactoring. Using the oelint-adv tool add more information to the recipe.
Also fix a QA issue of .so libs being actual files instead of links
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@dbab987f
netpbm: Add LDFLAGS to LDSHLIB
The netpbm package uses the LDSHLIB variable to build the shared libraries. Inside Yocto the libs need to be built with GNU_HASH and assume that LDFLASG are being used.
Thus add LDFLAGS to the LDSHLIB variable in the netpbm config file.