mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-04 20:54:47 +02:00
dpdk: inherit pkgconfig
meson build using pkg-config method when searching for the dependency. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
33decb1431
commit
a491d84ccc
|
@ -35,7 +35,7 @@ RDEPENDS:${PN} += "pciutils python3-core"
|
|||
RDEPENDS:${PN}-examples += "bash"
|
||||
DEPENDS = "numactl python3-pyelftools-native"
|
||||
|
||||
inherit meson
|
||||
inherit meson pkgconfig
|
||||
|
||||
INSTALL_PATH = "${prefix}/share/dpdk"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user