diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-11-15 14:40:20 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-15 08:57:26 -0800 |
commit | 542ffbafe17055988e580e71dd834600efca7495 (patch) | |
tree | 0f6e07ac12d17b593a31bea26f4118f2fd821049 /meta-oe/recipes-support | |
parent | d4f9519079c7de825fa34856aaf18eee4f9380a4 (diff) | |
download | meta-openembedded-542ffbafe17055988e580e71dd834600efca7495.tar.gz |
Revert "libgusb: Use the correct args to disable vala support"
This reverts commit cb1968b5410fa415f5c6c70264ce83c4112b6d4d.
There is already vapi PACKAGECONFIG added in:
https://git.openembedded.org/meta-openembedded/commit/?id=8e816f6fd17ae4142e67b2224ef88dae97435a1c
which resolves this.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb index bde57e9cc..51e734904 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | |||
@@ -12,5 +12,3 @@ PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false" | |||
12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
13 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" | 13 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | |||
16 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" | ||