mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 18:30:19 +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:
parent
d67a35bcb1
commit
a0e6cd3b6e
@ -11,8 +11,10 @@ UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools multilib_script
|
||||||
|
|
||||||
acpaths = "-I ./config/"
|
acpaths = "-I ./config/"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user