diff options
| author | ivangalkin <ivan.a.galkin@googlemail.com> | 2025-05-05 21:02:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-05 15:46:00 -0700 |
| commit | 581819dac27c26cdc9cb8084a3e8e2b97bb073f8 (patch) | |
| tree | f6a9efcb15a5d733d6245d33f318e931edf1ced4 /meta-oe/recipes-support/uhubctl | |
| parent | 71f8b389b2cd968bda481cd640b34e65fdb3b041 (diff) | |
| download | meta-openembedded-581819dac27c26cdc9cb8084a3e8e2b97bb073f8.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-support/uhubctl')
| -rw-r--r-- | meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit pkgconfig | ||
| 14 | |||
| 13 | # uhubctl gets its program version from "git describe". As we use the source | 15 | # uhubctl gets its program version from "git describe". As we use the source |
| 14 | # archive do reduce download size replace the call with our hardcoded version. | 16 | # archive do reduce download size replace the call with our hardcoded version. |
| 15 | do_configure:append() { | 17 | do_configure:append() { |
