All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2] stunnel: Update to version 5.10
Date: Fri, 20 Feb 2015 14:41:13 +0100	[thread overview]
Message-ID: <20150220134113.GD2322@jama> (raw)
In-Reply-To: <1424160094-5937-1-git-send-email-sven.ebenfeld@gmail.com>

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

On Tue, Feb 17, 2015 at 09:01:34AM +0100, Sven Ebenfeld wrote:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
>  .../recipes-support/stunnel/stunnel_4.56.bb          | 17 -----------------
>  .../recipes-support/stunnel/stunnel_5.10.bb          | 20 ++++++++++++++++++++
>  2 files changed, 20 insertions(+), 17 deletions(-)
>  delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb
>  create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> 
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> deleted file mode 100644
> index 74f2234..0000000
> --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -SUMMARY = "Program for providing universal TLS/SSL tunneling service"
> -DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> -SECTION = "net"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
> -DEPENDS = "openssl zlib tcp-wrappers"
> -
> -RDEPENDS_${PN} += "perl"
> -
> -SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
> -
> -SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
> -SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
> -
> -inherit autotools
> -
> -EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> new file mode 100644
> index 0000000..5a24523
> --- /dev/null
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "Program for providing universal TLS/SSL tunneling service"
> +DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
> +SECTION = "net"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283"
> +DEPENDS = "openssl zlib tcp-wrappers"
> +
> +RDEPENDS_${PN} += "perl"
> +
> +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
> +SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
> +
> +inherit autotools
> +
> +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> +
> +PACKAGECONFIG ??= "systemd"

Please respect systemd in DISTRO_FEATURES, otherwise you cause this
error in "bitbake world"
ERROR: Nothing PROVIDES 'systemd' (but build/meta-oe/meta-networking/recipes-support/stunnel/stunnel_5.10.bb DEPENDS on or otherwise requires it)
ERROR: systemd was skipped: 'systemd' not in DISTRO_FEATURES

> +PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
> -- 
> 1.8.1.rc3
> 
> -- 
> _______________________________________________
> 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 --]

  reply	other threads:[~2015-02-20 13:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17  8:01 [meta-oe][PATCH v2] stunnel: Update to version 5.10 Sven Ebenfeld
2015-02-20 13:41 ` Martin Jansa [this message]
2015-02-20 15:32   ` Sven Ebenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150220134113.GD2322@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.