diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-14 16:34:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:48 +0200 |
commit | 9a5bdd3c99412f629f97300c7cbf6ac6fe349c17 (patch) | |
tree | 334e520a287b483630396639e3f2f5c16ee2748e /meta-efl | |
parent | 568f5a5db20aa489d832f22d962ad6583f0b063c (diff) | |
download | meta-openembedded-9a5bdd3c99412f629f97300c7cbf6ac6fe349c17.tar.gz |
mcnavi: add missing dependency on intltool-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb index d07b1435f..9ad5d4ff0 100644 --- a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb +++ b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "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 edje-native mysql5" | 5 | DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5 intltool-native" |
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] = "6860cde5c02a9f93c829da4b10e5a226" | 8 | SRC_URI[md5sum] = "6860cde5c02a9f93c829da4b10e5a226" |