All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again
@ 2016-04-26 16:57 Khem Raj
  2016-04-27  9:40 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-04-26 16:57 UTC (permalink / raw)
  To: openembedded-devel

Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb
Signed-off-by: Khem Raj <raj.khem@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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again
  2016-04-26 16:57 [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again Khem Raj
@ 2016-04-27  9:40 ` Martin Jansa
  2016-04-27 17:55   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-04-27  9:40 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]

On Tue, Apr 26, 2016 at 09:57:47AM -0700, Khem Raj wrote:
> Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb
> Signed-off-by: Khem Raj <raj.khem@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

> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again
  2016-04-27  9:40 ` Martin Jansa
@ 2016-04-27 17:55   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-04-27 17:55 UTC (permalink / raw)
  To: openembeded-devel

On Wed, Apr 27, 2016 at 2:40 AM, Martin Jansa <martin.jansa@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@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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-27 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 16:57 [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again Khem Raj
2016-04-27  9:40 ` Martin Jansa
2016-04-27 17:55   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.