cornucopia: bump SRCREV
[openembedded.git] / recipes / openmoko-projects / om-maps.inc
blob1caba01faf1f46b60edd45ea779f234f7d09e1ae
1 DESCRIPTION = "Map of ${MAP_NAME}, for use with Locations application. \
2                Data from OpenStreetMap.org, licenced CC-by-SA."
3 HOMEPAGE = "http://wiki.openmoko.org/wiki/Om_2008.8_Locations"
4 SECTION = "network/misc"
5 LICENSE = "Creative Commons Attribution-ShareAlike 2.0"
7 SRC_URI = "http://people.openmoko.org/olv/om-maps/${MAP_VER}/${MAP_FN}"
9 MAP_DIR = "${datadir}/om-maps"
10 FILES_${PN} = "${MAP_DIR}/${MAP_FN}"
12 PACKAGES = "${PN}"
13 PACKAGE_ARCH = "all"
15 do_install() {
16         install -d ${D}${MAP_DIR}
17         cp -f ${WORKDIR}/${MAP_FN} ${D}${MAP_DIR}