diff options
author | Martin Dietze <herbert@spamcop.net> | 2009-11-29 21:19:10 +0100 |
---|---|---|
committer | Martin Dietze <herbert@spamcop.net> | 2009-11-29 21:19:10 +0100 |
commit | 8c1731d818c89a291f80940c1912587ff9ce46b7 (patch) | |
tree | 9638f10a19f72533430782804fe58546127c8144 /recipes | |
parent | 03735f27bd63cc12ca4ef00c737cc3d289c8fe23 (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |