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>
This commit is contained in:
Martin Hundebøll
2018-08-23 14:11:08 +02:00
committed by Khem Raj
parent 29158f7bde
commit cc7bce67ba
@@ -7,14 +7,11 @@ SECTION = "libs"
inherit autotools pkgconfig inherit autotools pkgconfig
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "59ff3160fe55a841e662f8776f0520f2038235f4" SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb"
SRC_URI = " \ SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
git://git.kernel.org/pub/scm/libs/ell/ell.git \
file://0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch \
"
do_configure_prepend () { do_configure_prepend () {
mkdir ${S}/build-aux mkdir -p ${S}/build-aux
} }
DEPENDS = "dbus" DEPENDS = "dbus"