aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo-mapper
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-28 11:46:43 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-01 13:46:04 -0700
commit87350d079f980c84bba2bb4acdc3a598dc3de279 (patch)
tree12ef150c9c7b0cfa8d362495d9da5fd91986a754 /recipes/maemo-mapper
parent4bbb807bf585dac8cd0d3f555c7344a09bbe5bea (diff)
downloadopenembedded-87350d079f980c84bba2bb4acdc3a598dc3de279.tar.gz
recipes: Move some recipes to nonworking for getting bitbake world.
* If a recipes has DEPENDS on another recipe which is nonworking then move the recipe in question to nonworking too. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/maemo-mapper')
-rw-r--r--recipes/maemo-mapper/maemo-mapper_svn.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/maemo-mapper/maemo-mapper_svn.bb b/recipes/maemo-mapper/maemo-mapper_svn.bb
deleted file mode 100644
index 713a54a5ed..0000000000
--- a/recipes/maemo-mapper/maemo-mapper_svn.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "GPS navigation/map display software"
-LICENSE = "GPL"
-DEPENDS = "gdbm libconic sqlite3 gtk+ libhildonfm libosso osso-ic-oss libosso-help gnome-vfs dbus bluez-libs"
-RDEPENDS_${PN} = "bluez-utils"
-RRECOMMENDS_${PN} = "gpsd flite"
-SRCREV = "118"
-PV = "2.0.3+svnr${SRCPV}"
-PR = "r3"
-
-SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \
- file://mapper-hildon1.diff;maxrev=108"
-
-S = "${WORKDIR}/trunk"
-
-inherit autotools pkgconfig
-
-do_install_append () {
- install -d ${D}${datadir}/applications/
- mv ${D}/maemo-mapper.desktop ${D}${datadir}/applications/
-}
-
-#FILES_${PN} += "${datadir}/icons"