[oe-commits] Martin Dietze : opkg_svn.bb: added missing dependency to openssl to recipe

git version control git at git.openembedded.org
Sun Nov 29 20:21:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8c1731d818c89a291f80940c1912587ff9ce46b7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c1731d818c89a291f80940c1912587ff9ce46b7

Author: Martin Dietze <herbert at spamcop.net>
Date:   Sun Nov 29 21:19:10 2009 +0100

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

---

 recipes/opkg/opkg_svn.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb
index 676a8cb..57b2774 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"





More information about the Openembedded-commits mailing list