]> code.ossystems Code Review - openembedded-core.git/commitdiff
piglit: inherit pkgconfig
authorPascal Bach <pascal.bach@siemens.com>
Thu, 4 Oct 2018 15:24:19 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2018 13:13:48 +0000 (14:13 +0100)
The CMakeLists.txt of piglit uses pkgconfig internally.
This makes sure pkgconfig-native is available in any case.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/piglit/piglit_git.bb

index 3292d4cad0a6c6a41a853c8bdc352f0c58d0b4c4..9e45751648aa3c08ace91585e7f67dadcb586143 100644 (file)
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
 
 DEPENDS = "libpng virtual/libx11 libxkbcommon libxrender waffle virtual/libgl libglu python3-mako-native python3-numpy-native python3-six-native virtual/egl"
 
-inherit cmake python3native distro_features_check bash-completion
+inherit cmake pkgconfig python3native distro_features_check bash-completion
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"