From a354bababcb3df9935ebe652a2df353b7205ad9f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 15 Mar 2010 17:10:26 +0000 Subject: opkg: fix global depends on openssl, even in -nogpg/-nocurl 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 Acked-by: Chris Larson --- recipes/opkg/opkg.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/opkg/opkg.inc') diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index 4442102b51..9a3d3dc71b 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:" -- cgit 1.2.3-korg