| Message ID | 20260320122732.1630715-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/7] sstate/relocatable: remove manual relocation of .pc files | expand |
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb b/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb index e335c843bda..a8455577f63 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb @@ -22,7 +22,7 @@ SRC_URI = "\ " SRC_URI[sha256sum] = "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243" -inherit autotools +inherit autotools pkgconfig do_install:append () { # Install a wrapper which deals, as much as possible with pkgconf vs
pkgconf needs to know the value of PKG_CONFIG_LIBDIR, so it needs to inherit the pkgconfig class. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)