[oe-commits] [meta-openembedded] 02/02: sblim-sfcb: add missing dependency on unzip-native

git at git.openembedded.org git at git.openembedded.org
Thu Apr 28 08:49:56 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f09ab252e7071d2bbbde6c3343bcc4afb701cb4a
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Wed Apr 27 12:05:24 2016 +0200

    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 at gmail.com>
---
 meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ed5382e..41626d1 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"
 SECTION = "Applications/System"
 LICENSE = "EPL-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
-DEPENDS = "curl libpam openssl sblim-sfc-common"
+DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native"
 
 SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
            file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list