aboutsummaryrefslogtreecommitdiffstats
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:40 +0100
commit9348ab34de2fe2ab04c8b84011809045c632fd87 (patch)
tree40e3eaf1074ce8b4cb2f25da2e7e8c0d2b7e7087
parent9333db014a56559f96bb912436a1f9f5b453e1e0 (diff)
downloadopenembedded-core-contrib-9348ab34de2fe2ab04c8b84011809045c632fd87.tar.gz
ofono: drop unmaintained _git recipe
Similar to gstreamer _git recipes, this recipe wasn't kept upto date or tested regularly. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 @@
-require ofono.inc
-
-S = "${WORKDIR}/git"
-SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
-PV = "0.12-git${SRCPV}"
-PR = "r5"
-
-SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git \
- file://ofono"
-
-do_configure_prepend () {
- ${S}/bootstrap
-}
-