aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-04 10:19:53 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commitbdb4382b04c336df20c2e2fb969a92fcaab5c24d (patch)
treef1c357232c220bc44fd2387960c7c0d9d5be28e2
parente14b7f34e4d5d739e7dc5af0cf365a90d8661f8b (diff)
downloadmeta-openembedded-contrib-bdb4382b04c336df20c2e2fb969a92fcaab5c24d.tar.gz
wbxml2: add missing dependency on expat
* do_configure fails without it: | -- Could NOT find Expat Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
index c87e477e67..bca305fc88 100644
--- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
+++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
@@ -4,6 +4,8 @@ SECTION = "libs"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1"
+DEPENDS = "expat"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz"
SRC_URI[md5sum] = "f5031e9f730ffd9dc6a2d1ded585e1d1"