[oe] [PATCH] opkg: fix global depends on openssl, even in -nogpg/-nocurl

Chris Larson clarson at kergoth.com
Tue Mar 16 03:48:51 UTC 2010


Looks reasonable to me.

Acked-by: Chris Larson <clarson at kergoth.com>

On Mon, Mar 15, 2010 at 8:10 PM, Denys Dmytriyenko <denis at denix.org> wrote:

> Fixes the problem, introduced by 8c1731d818c89a291f80940c1912587ff9ce46b7,
> where openssl is added with DEPENDS_append override, preventing -nogpg and
> -nocurl variants from clearing the DEPENDS, when they include opkg_svn.bb
> file, thus forcing them to depend on openssl too.
>
> Signed-off-by: Denys Dmytriyenko <denis at denix.org>
> ---
>  recipes/opkg/opkg.inc    |    4 ++--
>  recipes/opkg/opkg_svn.bb |    2 --
>  2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
> index 4442102..9a3d3dc 100644
> --- a/recipes/opkg/opkg.inc
> +++ b/recipes/opkg/opkg.inc
> @@ -2,9 +2,9 @@ DESCRIPTION = "Opkg Package Manager"
>  DESCRIPTION_libopkg = "Opkg Package Manager Library"
>  SECTION = "base"
>  LICENSE = "GPLv2"
> -DEPENDS = "curl gpgme"
> +DEPENDS = "curl gpgme openssl"
>  PV = "0.1.6+svnr${SRCPV}"
> -INC_PR = "r20"
> +INC_PR = "r21"
>
>  FILESPATHPKG =. "opkg:"
>
> diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb
> index 4945260..5138458 100644
> --- a/recipes/opkg/opkg_svn.bb
> +++ b/recipes/opkg/opkg_svn.bb
> @@ -1,7 +1,5 @@
>  require opkg.inc
>
> -DEPENDS_append = " openssl"
> -
>  PR = "${INC_PR}"
>
>  PROVIDES =+ "virtual/update-alternatives"
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



More information about the Openembedded-devel mailing list