diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/tangogps | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/tangogps')
-rw-r--r-- | recipes/tangogps/tangogps.inc | 2 | ||||
-rw-r--r-- | recipes/tangogps/tangogps_0.99.3.bb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/tangogps/tangogps.inc b/recipes/tangogps/tangogps.inc index 9897461e0e..bab91a14f8 100644 --- a/recipes/tangogps/tangogps.inc +++ b/recipes/tangogps/tangogps.inc @@ -6,7 +6,7 @@ LICENSE = "GPLv2" PRIORITY = "optional" DEPENDS = "curl gtk+ gconf sqlite3 libexif" -SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz" +SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz;name=archive" S = "${WORKDIR}/tangogps-${PV}" inherit autotools pkgconfig diff --git a/recipes/tangogps/tangogps_0.99.3.bb b/recipes/tangogps/tangogps_0.99.3.bb new file mode 100644 index 0000000000..1521550d0d --- /dev/null +++ b/recipes/tangogps/tangogps_0.99.3.bb @@ -0,0 +1,4 @@ +require tangogps.inc + +SRC_URI[archive.md5sum] = "74b4f584b6edae576c1d77d166a9476e" +SRC_URI[archive.sha256sum] = "ff8bf63021e54ea7cd5c52382b32877252e5230154606f6235648caf36f51b8f" |