From: Martin Dietze Date: Sun, 29 Nov 2009 20:19:10 +0000 (+0100) Subject: opkg_svn.bb: added missing dependency to openssl to recipe X-Git-Tag: Release-2010-05/1~1575^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1731d818c89a291f80940c1912587ff9ce46b7;p=openembedded.git opkg_svn.bb: added missing dependency to openssl to recipe * opkg_svn can only be built if openssl is staged, this revision adds the missing dependency --- diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb index 676a8cb499..57b2774b65 100644 --- a/recipes/opkg/opkg_svn.bb +++ b/recipes/opkg/opkg_svn.bb @@ -1,5 +1,7 @@ require opkg.inc +DEPENDS_append = " openssl" + PR = "${INC_PR}" PACKAGES =+ "libopkg-dev libopkg"