Commit Graph

2 Commits

Author SHA1 Message Date
Anuj Mittal
6e3c19f735 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>
2023-01-31 22:00:06 +08:00
Naveen Saini
12900bd7b1 xdp-tools: add recipe
xdp-tools - Library and utilities for use with XDP.

It also provides libxdp library.

https://github.com/xdp-project/xdp-tools

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-10-31 10:01:01 +08:00