diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-27 12:05:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:22 +0200 |
commit | 1bd027eba40546dcf1eaa02c518cad3c0495b34f (patch) | |
tree | 042915da91ee94a1efd5b74eb20d2bf7cebbe57a /meta-oe/recipes-extended/sblim-sfcb | |
parent | c22af995a3150da62a5842efc352e45f55e41cd5 (diff) | |
download | meta-openembedded-1bd027eba40546dcf1eaa02c518cad3c0495b34f.tar.gz |
sblim-sfcb: add missing dependency on unzip-native
* otherwise configure fails with:
| checking whether to build shared libraries... yes
| checking whether to build static libraries... no
| checking for unzip... no
| configure: error: Could not find unzip
| NOTE: The following config.log files may provide further information.
| NOTE: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.4.9-r0/build/config.log
| ERROR: configure failed
| ERROR: Function failed: do_configure (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.4.9-r0/temp/log.do_configure.9838)
NOTE: recipe sblim-sfcb-1.4.9-r0: task do_configure: Failed
ERROR: Task 5 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb, do_configure) failed with exit code '1'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sblim-sfcb')
-rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index ed5382e39f..41626d156b 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.sblim.org" | |||
9 | SECTION = "Applications/System" | 9 | SECTION = "Applications/System" |
10 | LICENSE = "EPL-1.0" | 10 | LICENSE = "EPL-1.0" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" |
12 | DEPENDS = "curl libpam openssl sblim-sfc-common" | 12 | DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" |
13 | 13 | ||
14 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ | 14 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ |
15 | file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \ | 15 | file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \ |