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}"
16 install -d ${D}${MAP_DIR}
17 cp -f ${WORKDIR}/${MAP_FN} ${D}${MAP_DIR}