diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-11 13:39:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-11 13:40:16 +0200 |
commit | 85d9bb493173a0c534cd2753f38a7b06f3f03ae2 (patch) | |
tree | 6bd5de0c6bd75d737d59e144e31b366ebda68b9b /meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | |
parent | fac9e9c8b523ae617f348a0a3c8a9e31f55a1c0d (diff) | |
download | meta-openembedded-85d9bb493173a0c534cd2753f38a7b06f3f03ae2.tar.gz |
mcnavi: add also target edje to DEPENDS
* 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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb')
-rw-r--r-- | meta-oe/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 9c7f3f2a0..f4d594fd5 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" | |||
2 | HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1" | 2 | HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
5 | DEPENDS = "ecore evas imlib2 gpsd edje-native mysql5" | 5 | DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5" |
6 | 6 | ||
7 | SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" | 7 | SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" |
8 | SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8" | 8 | SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8" |