[oe-commits] [meta-openembedded] 30/32: iksemel: Disable gnutls and whitelist it again

git at git.openembedded.org git at git.openembedded.org
Wed Apr 27 08:08:40 UTC 2016


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

commit b3c22966ff61bc8b2255fff2fc9518ac8bd8daa9
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Apr 26 09:57:47 2016 -0700

    iksemel: Disable gnutls and whitelist it again
    
    Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/iksemel/iksemel_1.4.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb b/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
index f1276f9..ae26d4b 100644
--- a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
+++ b/meta-oe/recipes-support/iksemel/iksemel_1.4.bb
@@ -4,16 +4,14 @@ HOMEPAGE = "http://iksemel.googlecode.com"
 SECTION = "libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
-DEPENDS = "gnutls"
 
 PR = "r1"
 
-# http://errors.yoctoproject.org/Errors/Details/25825/
-PNBLACKLIST[iksemel] ?= "Not compatible with gnutls version 3.4 currently in oe-core"
-
 SRC_URI = "http://iksemel.googlecode.com/files/${BP}.tar.gz;name=archive \
            file://r25.diff"
 SRC_URI[archive.md5sum] = "532e77181694f87ad5eb59435d11c1ca"
 SRC_URI[archive.sha256sum] = "458c1b8fb3349076a6cecf26c29db1d561315d84e16bfcfba419f327f502e244"
 
 inherit autotools pkgconfig
+
+EXTRA_OECONF += "--disable-gnutls"

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


More information about the Openembedded-commits mailing list