Explorar o código

pahole: fix python3 PACKAGECONFIG

As a build time dependency, python3 provides python3-core - set the
PACKAGECONFIG accordingly to avoid build failure.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Gyorgy Sarvari hai 3 meses
pai
achega
a87929bbcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      meta-oe/recipes-devtools/pahole/pahole_1.28.bb

+ 1 - 1
meta-oe/recipes-devtools/pahole/pahole_1.28.bb

@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
 
-PACKAGECONFIG[python3] = ",,python3-core,python3-core"
+PACKAGECONFIG[python3] = ",,python3,python3-core"
 
 EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF"