mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
71f8b389b2
commit
581819dac2
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user