summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorMartin Hundebøll <martin@geanix.com>2018-08-23 14:11:08 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-24 08:58:13 -0700
commitcc7bce67ba8780949d0187a1479b4d25bb6c7136 (patch)
tree117aad1ae075836a3544e16423c977e6052493f1 /meta-oe/recipes-core
parent29158f7bde5b6448e96c340efe1d73e61d83f5e5 (diff)
downloadmeta-openembedded-cc7bce67ba8780949d0187a1479b4d25bb6c7136.tar.gz
ell: update to 0.8
Remove backported patch and make reconfiguration work by allowing the build-aux folde to exist already. Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/ell/ell_0.8.bb (renamed from meta-oe/recipes-core/ell/ell_0.6.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/ell/ell_0.6.bb b/meta-oe/recipes-core/ell/ell_0.8.bb
index 399eddb07..0428cab28 100644
--- a/meta-oe/recipes-core/ell/ell_0.6.bb
+++ b/meta-oe/recipes-core/ell/ell_0.8.bb
@@ -7,14 +7,11 @@ SECTION = "libs"
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10SRCREV = "59ff3160fe55a841e662f8776f0520f2038235f4" 10SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb"
11SRC_URI = " \ 11SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
12 git://git.kernel.org/pub/scm/libs/ell/ell.git \
13 file://0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch \
14"
15 12
16do_configure_prepend () { 13do_configure_prepend () {
17 mkdir ${S}/build-aux 14 mkdir -p ${S}/build-aux
18} 15}
19 16
20DEPENDS = "dbus" 17DEPENDS = "dbus"