From: Tom Rini Date: Sun, 17 Jan 2010 17:40:54 +0000 (-0700) Subject: opkg-native: Add openssl-native to DEPENDS. X-Git-Tag: Release-2010-05/1~846 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08008989b6fbd7e6227f5f5b8425bac77c87b025;p=openembedded.git opkg-native: Add openssl-native to DEPENDS. Won't build without it, so no PR bump. --- 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"