[oe] [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again

Khem Raj raj.khem at gmail.com
Wed Apr 27 17:55:29 UTC 2016


On Wed, Apr 27, 2016 at 2:40 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Tue, Apr 26, 2016 at 09:57:47AM -0700, Khem Raj wrote:
>> Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb
>> Signed-off-by: Khem Raj <raj.khem 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"
>
> Are you using different iksemel version?
>
> ERROR: iksemel-1.4-r1 do_configure: QA Issue: iksemel: configure was passed unrecognised options: --disable-gnutls [unknown-configure-option]
> ERROR: iksemel-1.4-r1 do_configure: Fatal QA errors found, failing task.
> ERROR: iksemel-1.4-r1 do_configure: Function failed: do_qa_configure

It was quite a while when it was done. I will have to recheck.



More information about the Openembedded-devel mailing list