diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-18 21:48:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-19 11:42:14 +0200 |
commit | 673b3b66273837de43f3de6268d5686f7fe8367b (patch) | |
tree | 314092c2a726167cc4202daaf192c19cc590c1d4 /meta-efl/recipes-navigation | |
parent | 5ce4d83f34e4e076683bdd27f00e29cc4d546834 (diff) | |
download | meta-openembedded-673b3b66273837de43f3de6268d5686f7fe8367b.tar.gz |
mcnavi: move from meta-oe to meta-efl
* mcnavi depends on ecore, but meta-oe does not depend on meta-efl
* thanks to kergoth for reporting this!
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-navigation')
-rw-r--r-- | meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.3.bb b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.3.bb new file mode 100644 index 000000000..75958d0d5 --- /dev/null +++ b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.3.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | 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" | ||
3 | LICENSE = "GPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
5 | DEPENDS = "ecore evas imlib2 gpsd edje edje-native mysql5" | ||
6 | |||
7 | PR = "r2" | ||
8 | |||
9 | SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "acc07debcdb3ef448b95e6a6cfcf53d8" | ||
11 | SRC_URI[sha256sum] = "d3ce1f5901f13985d877b2b6ad06b64094ba43a4e13cbfe06c7cb2f1abdda309" | ||
12 | |||
13 | S = "${WORKDIR}/${PN}" | ||
14 | |||
15 | inherit autotools | ||