aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-01-17 10:40:54 -0700
committerTom Rini <tom_rini@mentor.com>2010-01-17 10:40:54 -0700
commit08008989b6fbd7e6227f5f5b8425bac77c87b025 (patch)
treee00f6538b7290217fec32e9505c0f07614b76a82 /recipes/opkg
parent8cb3620fee3c4011367f53d7c69d014e21d45461 (diff)
downloadopenembedded-08008989b6fbd7e6227f5f5b8425bac77c87b025.tar.gz
opkg-native: Add openssl-native to DEPENDS.
Won't build without it, so no PR bump.
Diffstat (limited to 'recipes/opkg')
-rw-r--r--recipes/opkg/opkg-native_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opkg/opkg-native_svn.bb b/recipes/opkg/opkg-native_svn.bb
index e5fdfd027f..f5bd992132 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"