diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-19 18:04:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-21 23:44:08 +0100 |
commit | 596cbbf615fc1729e32c812ba23e738d7f850a5a (patch) | |
tree | e0a26c03edd22663cd672671369b7caeb2f0f560 /meta/recipes-sato | |
parent | e899b2e25bd3611ab15120ba7e4a723b78a94a05 (diff) | |
download | poky-596cbbf615fc1729e32c812ba23e738d7f850a5a.tar.gz |
recipes: Add missing pkgconfig inherit
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.
(From OE-Core rev: 777d9744570c2dc119dc5d04985896bbb1da5885)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/libwpe_1.10.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/libwpe_1.10.1.bb b/meta/recipes-sato/webkit/libwpe_1.10.1.bb index 4e77481bc8..68214ffbad 100644 --- a/meta/recipes-sato/webkit/libwpe_1.10.1.bb +++ b/meta/recipes-sato/webkit/libwpe_1.10.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" |
7 | DEPENDS = "virtual/egl libxkbcommon" | 7 | DEPENDS = "virtual/egl libxkbcommon" |
8 | 8 | ||
9 | inherit cmake features_check | 9 | inherit cmake features_check pkgconfig |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "opengl" | 11 | REQUIRED_DISTRO_FEATURES = "opengl" |
12 | 12 | ||
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb index 29ffb9091f..f2d640f07a 100644 --- a/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy" | |||
8 | 8 | ||
9 | DEPENDS:append:class-target = " wayland-native" | 9 | DEPENDS:append:class-target = " wayland-native" |
10 | 10 | ||
11 | inherit meson features_check | 11 | inherit meson features_check pkgconfig |
12 | 12 | ||
13 | REQUIRED_DISTRO_FEATURES = "opengl" | 13 | REQUIRED_DISTRO_FEATURES = "opengl" |
14 | 14 | ||