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 <raj.khem@gmail.com>
This commit is contained in:
ivangalkin 2025-05-05 21:02:07 +02:00 committed by Khem Raj
parent 71f8b389b2
commit 581819dac2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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() {