pahole: Inherit missing pkgconfig

Fixes
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 17:33:51 -07:00
parent 032296eaed
commit 8605644df5
@@ -14,7 +14,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git \
S = "${WORKDIR}/git"
inherit cmake
inherit cmake pkgconfig
PACKAGECONFIG[python3] = ",,python3-core,python3-core"