[oe-commits] Tom Rini : opkg-native: Add openssl-native to DEPENDS.

git version control git at git.openembedded.org
Sun Jan 17 18:49:41 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 08008989b6fbd7e6227f5f5b8425bac77c87b025
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08008989b6fbd7e6227f5f5b8425bac77c87b025

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sun Jan 17 10:40:54 2010 -0700

opkg-native: Add openssl-native to DEPENDS.

Won't build without it, so no PR bump.

---

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

diff --git a/recipes/opkg/opkg-native_svn.bb b/recipes/opkg/opkg-native_svn.bb
index e5fdfd0..f5bd992 100644
--- a/recipes/opkg/opkg-native_svn.bb
+++ b/recipes/opkg/opkg-native_svn.bb
@@ -1,6 +1,6 @@
 require opkg.inc
 
-DEPENDS = "curl-native"
+DEPENDS = "curl-native openssl-native"
 PR = "${INC_PR}"
 PROVIDES =+ "virtual/update-alternatives-native"
 





More information about the Openembedded-commits mailing list