From: Koen Kooi Date: Wed, 23 Feb 2011 13:19:15 +0000 (+0100) Subject: elfe: add elementary to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa487897f61f04ffbd6c96b14740c9271faf588;p=openembedded.git elfe: add elementary to DEPENDS | checking for E... configure: error: Package requirements (enlightenment | elementary | efreet >= 1.0.0 | ) were not met: | | No package 'elementary' found Signed-off-by: Koen Kooi --- diff --git a/recipes/e17/elfe_svn.bb b/recipes/e17/elfe_svn.bb index d7a676f131..8588ec34b6 100644 --- a/recipes/e17/elfe_svn.bb +++ b/recipes/e17/elfe_svn.bb @@ -4,6 +4,8 @@ PR = "${INC_PR}.0" require e-module.inc +DEPENDS += "elementary" + # Elfe is part of the enlightenment svn repository since this SRC_REV. As EFL_SRCREV is # currently much older we need to sync it when EFL_SRCREV will change. SRCREV = "57260"