diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 17:33:51 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:36 -0700 |
| commit | 8605644df5464ebc414ebac865a0533ebce0eabe (patch) | |
| tree | 9d72678ef43ddefe34f3cabddb00f8e9a5e9648e | |
| parent | 032296eaed7d950841c737e06fa26e88a117d75a (diff) | |
| download | meta-openembedded-8605644df5464ebc414ebac865a0533ebce0eabe.tar.gz | |
pahole: Inherit missing pkgconfig
Fixes
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index bdf9598e97..0fdde93e0e 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git \ | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit cmake | 17 | inherit cmake pkgconfig |
| 18 | 18 | ||
| 19 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" | 19 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" |
| 20 | 20 | ||
