taskd: fix static linking issue with libuuid/libintl
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Nov 2016 22:45:00 +0000 (23:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Nov 2016 22:45:00 +0000 (23:45 +0100)
commit83e207d7bc52fbcb38b33dc387f37da333d3e248
tree6a406bf669fef997d4dd4445101ec45efaaed29c
parentfa627738266e5c5c45f6250657ac113cc99df5a3
taskd: fix static linking issue with libuuid/libintl

libuuid depends on libintl in specific scenarios, but since taskd wasn't
using pkg-config to detect libuuid, this dependency on libintl was not
taken into account. This commit adds a patch to taskd that uses
pkg-config to detect libuuid.

Fixes:

  http://autobuild.buildroot.net/results/cb5ea871812651025722d42508d4f37702088800/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/taskd/0003-CMakeLists-use-pkg-config-uuid-detection.patch [new file with mode: 0644]
package/taskd/taskd.mk