summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects/om-maps.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/openmoko-projects/om-maps.inc')
-rw-r--r--packages/openmoko-projects/om-maps.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/openmoko-projects/om-maps.inc b/packages/openmoko-projects/om-maps.inc
deleted file mode 100644
index 1caba01faf..0000000000
--- a/packages/openmoko-projects/om-maps.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Map of ${MAP_NAME}, for use with Locations application. \
- Data from OpenStreetMap.org, licenced CC-by-SA."
-HOMEPAGE = "http://wiki.openmoko.org/wiki/Om_2008.8_Locations"
-SECTION = "network/misc"
-LICENSE = "Creative Commons Attribution-ShareAlike 2.0"
-
-SRC_URI = "http://people.openmoko.org/olv/om-maps/${MAP_VER}/${MAP_FN}"
-
-MAP_DIR = "${datadir}/om-maps"
-FILES_${PN} = "${MAP_DIR}/${MAP_FN}"
-
-PACKAGES = "${PN}"
-PACKAGE_ARCH = "all"
-
-do_install() {
- install -d ${D}${MAP_DIR}
- cp -f ${WORKDIR}/${MAP_FN} ${D}${MAP_DIR}
-}