summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-05-08 13:46:51 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 14:01:48 +0100
commite60319ddb056606fe27797f507c4e6d2e54f864b (patch)
treeb834504105ac5ca83e8124d2b606ed6e8d323dba /meta/recipes-connectivity/ofono
parentf74c3dc19ce66c07394500ce7fbc42e8c221c22b (diff)
downloadpoky-e60319ddb056606fe27797f507c4e6d2e54f864b.tar.gz
ofono: drop unmaintained _git recipe
Similar to gstreamer _git recipes, this recipe wasn't kept upto date or tested regularly. (From OE-Core rev: 9348ab34de2fe2ab04c8b84011809045c632fd87) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_git.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
deleted file mode 100644
index beafb775c2..0000000000
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1require ofono.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
5PV = "0.12-git${SRCPV}"
6PR = "r5"
7
8SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \
9 file://ofono"
10
11do_configure_prepend () {
12 ${S}/bootstrap
13}
14