aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-14 21:24:45 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-14 21:33:38 -0700
commit5ce4505210b2431586206ec1c57c9786046e2058 (patch)
tree341e02bc1febb37fa25e9b5140f47d7f54f6735d /meta-oe/recipes-bsp
parent616be33c29a53c59790ff04f5710b68ade728835 (diff)
downloadmeta-openembedded-5ce4505210b2431586206ec1c57c9786046e2058.tar.gz
fwupd: Drop sqlite3 from default deps
sqlite support is controlled by a packageconfig which will add it when needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb
index 3b5aa3483b..2e9921d37d 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb
@@ -2,7 +2,7 @@ SUMMARY = "A simple daemon to allow session software to update firmware"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native"
+DEPENDS = "glib-2.0 libxmlb json-glib libjcat gcab vala-native"
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://0001-fwupd-Drop-unsupported-xml_declaration-parameter.patch \