mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-04 20:54:47 +02:00
xdp-tools: fix multilib build
The project sets libdir path to /usr/lib [1] which is not always correct and results in failures when $libdir, as an example, is /usr/lib64. Set the correct value of LIBDIR. [1] https://github.com/xdp-project/xdp-tools/blob/v1.2/lib/defines.mk#L11 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
f244352c4c
commit
6e3c19f735
|
@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit pkgconfig
|
||||
|
||||
EXTRA_OEMAKE += "PREFIX=${D}${prefix}"
|
||||
EXTRA_OEMAKE += "PREFIX=${D}${prefix} LIBDIR=${D}${libdir}"
|
||||
|
||||
export STAGING_INCDIR
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user