From 581819dac27c26cdc9cb8084a3e8e2b97bb073f8 Mon Sep 17 00:00:00 2001 From: ivangalkin Date: Mon, 5 May 2025 21:02:07 +0200 Subject: [PATCH] Fix uhubctl_2.6.0.bb, add missing inherit Fix error while building of uhubctl. ``` | The correct version of pkg-config is not being used! | Make sure the recipe inherits 'pkgconfig'. ``` Signed-off-by: Khem Raj --- meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb index 1a1d4ec33c..bf1103fb57 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb @@ -10,6 +10,8 @@ SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7" SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" S = "${WORKDIR}/git" +inherit pkgconfig + # uhubctl gets its program version from "git describe". As we use the source # archive do reduce download size replace the call with our hardcoded version. do_configure:append() {