summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/ell
diff options
context:
space:
mode:
authorMaxin John <maxin.john@intel.com>2018-01-05 16:33:09 +0200
committerArmin Kuster <akuster808@gmail.com>2018-01-16 21:39:48 -0800
commitce2cfae5b55458f5bf8ee6fe8796c6012abd196a (patch)
tree5cf1d743f01652306948828aa38e07c8cad17fc6 /meta-oe/recipes-core/ell
parent5e4dfb7ee63cdaa2de447e24e916474fc19f9560 (diff)
downloadmeta-openembedded-ce2cfae5b55458f5bf8ee6fe8796c6012abd196a.tar.gz
ell: Upgrade SRCREV
Upgrade to: 8192131 : dbus: Fix setup in l_dbus_proxy_method_call This is a requirement for BTP client tool support in Bluez5. https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=f68235b2c03235695837abfb6d7ceebacbf14dd9 Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/ell')
-rw-r--r--meta-oe/recipes-core/ell/ell_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/ell/ell_git.bb b/meta-oe/recipes-core/ell/ell_git.bb
index 10df6e11d..4354974ba 100644
--- a/meta-oe/recipes-core/ell/ell_git.bb
+++ b/meta-oe/recipes-core/ell/ell_git.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10SRCREV = "7b7c15c2e5caff88fc45e7a8b874a47196a0eddd" 10SRCREV = "8192131685be0f27d6f51b14b78ef93fa7f3c692"
11SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git" 11SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
12 12
13do_configure_prepend () { 13do_configure_prepend () {