mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:03:05 +00:00
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>
This commit is contained in:
parent
616be33c29
commit
5ce4505210
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user