]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: Add missing pkgconfig inherit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Sep 2021 17:04:11 +0000 (18:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Sep 2021 22:44:04 +0000 (23:44 +0100)
Various recipes were missing a pkgconfig inherit or pkgconfig-native
dependency despite using pkgconfig.

Add the inherit to igt-gpu-tools/gdb/libmodulemd/libwpe/xwayland/waffle
shaderc/iputils/wpebackend-fdo/lttng-ust/cargo.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/recipes-devtools/cargo/cargo.inc
meta/recipes-devtools/gdb/gdb-cross-canadian.inc
meta/recipes-devtools/gdb/gdb-cross.inc
meta/recipes-devtools/gdb/gdb.inc
meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
meta/recipes-extended/iputils/iputils_20210722.bb
meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
meta/recipes-graphics/shaderc/shaderc_2021.1.bb
meta/recipes-graphics/waffle/waffle_1.6.1.bb
meta/recipes-graphics/xwayland/xwayland_21.1.2.bb
meta/recipes-kernel/lttng/lttng-ust_2.13.0.bb
meta/recipes-sato/webkit/libwpe_1.10.1.bb
meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb

index 1cf7dd6214648423dbbbf419642ffd3baacc91bb..71e1c64f72d89f01024570bc9a3708a99ac3783f 100644 (file)
@@ -16,7 +16,7 @@ S = "${RUSTSRC}/src/tools/cargo"
 CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor"
 EXCLUDE_FROM_WORLD = "1"
 
-inherit cargo
+inherit cargo pkgconfig
 
 do_cargo_setup_snapshot () {
        ${WORKDIR}/rust-snapshot-components/${CARGO_SNAPSHOT}/install.sh --prefix="${WORKDIR}/${CARGO_SNAPSHOT}" --disable-ldconfig
index 670534fb5f01d58de28a2bc600f32a4963a4e8fb..dfacba29a01e42e9c12debd852b5f0401e92eeaa 100644 (file)
@@ -1,5 +1,6 @@
 inherit cross-canadian
 inherit python3-dir
+inherit pkgconfig
 
 SUMMARY = "GNU debugger (cross-canadian gdb for ${TARGET_ARCH} target)"
 PN = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}"
index 6ba3eae6fc631c4837c048baba51df812324e262..4e50cd5ab0a6ea15cfffc449861f73dc5bbe5976 100644 (file)
@@ -2,7 +2,7 @@ require gdb-common.inc
 
 DEPENDS = "expat-native ncurses-native flex-native bison-native"
 
-inherit python3native
+inherit python3native pkgconfig
 
 # Overrides PACKAGECONFIG variables in gdb-common.inc
 PACKAGECONFIG ??= "python readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
index 2b0ae1655f6e5150ef14769a6d9bf4478e94da22..2c95ed3ca0ff09c3f20bcce86d83a419f003be60 100644 (file)
@@ -1,6 +1,6 @@
 require gdb-common.inc
 
-inherit gettext
+inherit gettext pkgconfig
 
 #LDFLAGS:append = " -s"
 #export CFLAGS:append=" -L${STAGING_LIBDIR}"
index 963e881d6c1a677b1b079e47c649647cb5ca8d6a..ee8ce4d6a67e6d8fc861fe3db56f1cd791401b17 100644 (file)
@@ -11,7 +11,7 @@ SRCREV = "1a032da198333ee77bdbe4be65e60eb4115ea73f"
 
 S = "${WORKDIR}/git"
 
-inherit meson gobject-introspection
+inherit meson gobject-introspection pkgconfig
 
 EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides"
 
index a9821e556f0b58763c1bf28a6f66ee178723e5a5..e1940b77b5a802d2b811879302eb40957e4865f9 100644 (file)
@@ -37,7 +37,7 @@ PACKAGECONFIG[tftpd] = "-DBUILD_TFTPD=true, -DBUILD_TFTPD=false,"
 PACKAGECONFIG[traceroute6] = "-DBUILD_TRACEROUTE6=true,-DBUILD_TRACEROUTE6=false,"
 PACKAGECONFIG[docs] = "-DBUILD_HTML_MANS=true -DBUILD_MANS=true,-DBUILD_HTML_MANS=false -DBUILD_MANS=false, libxslt"
 
-inherit meson systemd update-alternatives
+inherit meson systemd update-alternatives pkgconfig
 
 EXTRA_OEMESON += "--prefix=${root_prefix}/ -DSKIP_TESTS=true"
 
index 79fab7a28a597bbda0957cd5b36fc5760601ba08..1a00eca7d3aa52836077210990039b0cfada410e 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
 
 LICENSE = "MIT"
 
-inherit meson
+inherit meson pkgconfig
 
 SRCREV = "203def046b466fb2da67f9f15552d84e1c0b41f2"
 PV = "1.26"
index e15b5794ee778cccce6cb2dc2ae7cdf132082d3f..ad3f62ce17d4c1efaf3a61484d68e49e7fcbbc1b 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
 UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$"
 S = "${WORKDIR}/git"
 
-inherit cmake python3native
+inherit cmake python3native pkgconfig
 
 DEPENDS = "spirv-headers spirv-tools glslang"
 
index fa5efc12c4558ab1357b72608926bf33adfc9d8a..395494018a5f4543a1746c19224ef40b1b9bd37a 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "31565649ff0e2d8dff1b8f7f2264ab7a78452063c7e04adfc4ce03e64b
 
 UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
 
-inherit meson features_check lib_package bash-completion
+inherit meson features_check lib_package bash-completion pkgconfig
 
 DEPENDS:append = " python3"
 
index 3df6fd1ff907c4495560b11e70c560c865d06909..6aba65935bfa5cebfbaf06da187f0febae171bcd 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "b81cbdd5ad60b8b7ad8c3ecc7ec2a28c9bf021448670735cebb501f08b
 
 UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
 
-inherit meson features_check
+inherit meson features_check pkgconfig
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
 DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy"
index 2074b8c3186653d7b18e1d0f6caee4882b01e1fc..3b0e205ab869ad90a9033dbcd48db536ca61c7a8 100644 (file)
@@ -11,7 +11,7 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
                  PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}' \
 "
 
-inherit autotools lib_package manpages python3native
+inherit autotools lib_package manpages python3native pkgconfig
 
 include lttng-platforms.inc
 
index 4e77481bc8feed16449deb01aeec4e2190386744..68214ffbad041ec4244c8b1334254246ddda5f7c 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc"
 DEPENDS = "virtual/egl libxkbcommon"
 
-inherit cmake features_check
+inherit cmake features_check pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
index 29ffb9091fe8b15ceb79adea8fc2bffd30a9890d..f2d640f07a533cdc6b95ced91a14de14dd715bf6 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy"
 
 DEPENDS:append:class-target = " wayland-native"
 
-inherit meson features_check
+inherit meson features_check pkgconfig
 
 REQUIRED_DISTRO_FEATURES = "opengl"