summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uhubctl
diff options
context:
space:
mode:
authorivangalkin <ivan.a.galkin@googlemail.com>2025-05-05 21:02:07 +0200
committerKhem Raj <raj.khem@gmail.com>2025-05-05 15:46:00 -0700
commit581819dac27c26cdc9cb8084a3e8e2b97bb073f8 (patch)
treef6a9efcb15a5d733d6245d33f318e931edf1ced4 /meta-oe/recipes-support/uhubctl
parent71f8b389b2cd968bda481cd640b34e65fdb3b041 (diff)
downloadmeta-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.bb2
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"
10SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" 10SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit 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.
15do_configure:append() { 17do_configure:append() {