diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-22 19:37:08 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:33 +0100 |
commit | c259f032feb7213420451972ea00d4a89eb03edb (patch) | |
tree | 2efcfc24569a59cf125ead17a1f47c153156a317 /meta-oe/recipes-navigation/omgps/omgps_svn.bb | |
parent | bbc895b6eaf270c7d25da71362d12f8e543bec46 (diff) | |
download | meta-openembedded-c259f032feb7213420451972ea00d4a89eb03edb.tar.gz |
omgps: remove the recipe
The project is dead upstream, and relies on pygobject 2.x which has been replaced
by 3.x in oe.core.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-navigation/omgps/omgps_svn.bb')
-rw-r--r-- | meta-oe/recipes-navigation/omgps/omgps_svn.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb deleted file mode 100644 index 696e8630f..000000000 --- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "GPS application for openmoko freerunner" | ||
2 | HOMEPAGE = "http://omgps.googlecode.com" | ||
3 | SECTION = "openmoko/applications" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
6 | DEPENDS = "gtk+ python-pygobject dbus-glib libcap" | ||
7 | SRCREV = "109" | ||
8 | PV = "0.1+svnr${SRCPV}" | ||
9 | PR = "r2" | ||
10 | S = "${WORKDIR}/${BPN}" | ||
11 | |||
12 | do_configure_prepend() { | ||
13 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am | ||
14 | sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am | ||
15 | sed -i "s#dist_conf_DATA = data/etc/\*\.\*#dist_conf_DATA = ${S}/data/etc/\*\.\*#g" ${S}/Makefile.am | ||
16 | } | ||
17 | |||
18 | SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \ | ||
19 | file://gcc-4.4.patch \ | ||
20 | file://sysfs.node.2.6.32.patch \ | ||
21 | file://fix.capability.patch \ | ||
22 | file://use.unused.variable.patch \ | ||
23 | file://fix.build.with.glib.2.34.patch \ | ||
24 | file://gdk-pixbuf-2.26.5.patch \ | ||
25 | file://0001-g_type_init-is-deprecated-for-glib-2.35.0.patch \ | ||
26 | file://fix.build.with.gcc.4.9.patch \ | ||
27 | " | ||
28 | |||
29 | inherit autotools pkgconfig | ||