opkg_svn.bb: added missing dependency to openssl to recipe
authorMartin Dietze <herbert@spamcop.net>
Sun, 29 Nov 2009 20:19:10 +0000 (21:19 +0100)
committerMartin Dietze <herbert@spamcop.net>
Sun, 29 Nov 2009 20:19:10 +0000 (21:19 +0100)
 * opkg_svn can only be built if openssl is staged, this revision adds the missing dependency

recipes/opkg/opkg_svn.bb

index 676a8cb..57b2774 100644 (file)
@@ -1,5 +1,7 @@
 require opkg.inc
 
+DEPENDS_append = " openssl"
+
 PR = "${INC_PR}"
 
 PACKAGES =+ "libopkg-dev libopkg"