diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-17 18:04:23 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-03-19 12:29:45 +0000 |
commit | 2060121d7ceb7e078ebd9253c2d2f604f14ab3f9 (patch) | |
tree | 8f9740152241ccdb154d28dc689a46f9ab7679e9 /meta-moblin/packages/libsynthesis | |
parent | c00070d19f11aa50f5e46cf20bf9572e91717a7c (diff) | |
download | poky-2060121d7ceb7e078ebd9253c2d2f604f14ab3f9.tar.gz |
libsynthesis: Fix DEPENDS
Add sqlite3 and zlib
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/libsynthesis')
-rw-r--r-- | meta-moblin/packages/libsynthesis/libsynthesis_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/libsynthesis/libsynthesis_git.bb b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb index 0dc4175f44..a7ea88f5e9 100644 --- a/meta-moblin/packages/libsynthesis/libsynthesis_git.bb +++ b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb | |||
@@ -2,9 +2,9 @@ DESCRIPTION = "Synthesis SyncML Engine" | |||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS = "libpcre" | 7 | DEPENDS = "libpcre sqlite3 zlib" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||