From patchwork Tue Sep 11 14:19:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-efl,5/5] mcnavi: add also target edje to DEPENDS Date: Tue, 11 Sep 2012 14:19:03 -0000 From: Martin Jansa X-Patchwork-Id: 36289 Message-Id: <85d9bb493173a0c534cd2753f38a7b06f3f03ae2.1347363666.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * configure checks for that | configure:17465: error: Package requirements (ecore ecore-evas evas edje imlib2 libgps) were not met: | | No package 'edje' found Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb b/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb index 9c7f3f2..f4d594f 100644 --- a/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb +++ b/meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Free GPS navigation for car and outdoor with OpenStreetMap maps" HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" -DEPENDS = "ecore evas imlib2 gpsd edje-native mysql5" +DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5" SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8"