mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user