git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03735f2
)
opkg_svn.bb: added missing dependency to openssl to recipe
author
Martin Dietze
<herbert@spamcop.net>
Sun, 29 Nov 2009 20:19:10 +0000
(21:19 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/recipes/opkg/opkg_svn.bb
b/recipes/opkg/opkg_svn.bb
index
676a8cb
..
57b2774
100644
(file)
--- 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"