From 8c1731d818c89a291f80940c1912587ff9ce46b7 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sun, 29 Nov 2009 21:19:10 +0100 Subject: opkg_svn.bb: added missing dependency to openssl to recipe * opkg_svn can only be built if openssl is staged, this revision adds the missing dependency --- recipes/opkg/opkg_svn.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes') diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb index 676a8cb499..57b2774b65 100644 --- 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" -- cgit v1.2.3