aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-15 14:40:20 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-15 08:57:26 -0800
commit542ffbafe17055988e580e71dd834600efca7495 (patch)
tree0f6e07ac12d17b593a31bea26f4118f2fd821049 /meta-oe/recipes-support
parentd4f9519079c7de825fa34856aaf18eee4f9380a4 (diff)
downloadmeta-openembedded-contrib-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.bb2
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 bde57e9ccb..51e7349043 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"
SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https"
SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5"
S = "${WORKDIR}/git"
-
-PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false"