summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <herbert@spamcop.net>2009-11-29 21:19:10 +0100
committerMartin Dietze <herbert@spamcop.net>2009-11-29 21:19:10 +0100
commit8c1731d818c89a291f80940c1912587ff9ce46b7 (patch)
tree9638f10a19f72533430782804fe58546127c8144
parent03735f27bd63cc12ca4ef00c737cc3d289c8fe23 (diff)
downloadopenembedded-8c1731d818c89a291f80940c1912587ff9ce46b7.tar.gz
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
-rw-r--r--recipes/opkg/opkg_svn.bb2
1 files changed, 2 insertions, 0 deletions
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"