mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
libsynthesis: Fix DEPENDS
Add sqlite3 and zlib Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -2,9 +2,9 @@ DESCRIPTION = "Synthesis SyncML Engine"
|
||||
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x"
|
||||
LICENSE = "LGPLv2.1"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "libpcre"
|
||||
DEPENDS = "libpcre sqlite3 zlib"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user