libdnet: make dnet-config a multilib_script

Script encodes library paths.

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jeremy Puhlman 2020-03-05 14:39:33 -08:00 committed by Khem Raj
parent d67a35bcb1
commit a0e6cd3b6e

View File

@ -11,8 +11,10 @@ UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
inherit autotools
inherit autotools multilib_script
acpaths = "-I ./config/"
BBCLASSEXTEND = "native"
MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config"