opkg-native: Add openssl-native to DEPENDS.
authorTom Rini <tom_rini@mentor.com>
Sun, 17 Jan 2010 17:40:54 +0000 (10:40 -0700)
committerTom Rini <tom_rini@mentor.com>
Sun, 17 Jan 2010 17:40:54 +0000 (10:40 -0700)
Won't build without it, so no PR bump.

recipes/opkg/opkg-native_svn.bb

index e5fdfd0..f5bd992 100644 (file)
@@ -1,6 +1,6 @@
 require opkg.inc
 
-DEPENDS = "curl-native"
+DEPENDS = "curl-native openssl-native"
 PR = "${INC_PR}"
 PROVIDES =+ "virtual/update-alternatives-native"