[oe-commits] [meta-openembedded] 04/12: ell: update to 0.8

git at git.openembedded.org git at git.openembedded.org
Fri Aug 24 15:58:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit cc7bce67ba8780949d0187a1479b4d25bb6c7136
Author: Martin Hundebøll <martin at geanix.com>
AuthorDate: Thu Aug 23 14:11:08 2018 +0200

    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 at geanix.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/ell/{ell_0.6.bb => ell_0.8.bb} | 9 +++------
 1 file 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
similarity index 58%
rename from meta-oe/recipes-core/ell/ell_0.6.bb
rename to meta-oe/recipes-core/ell/ell_0.8.bb
index 399eddb..0428cab 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"
 inherit autotools pkgconfig
 
 S = "${WORKDIR}/git"
-SRCREV = "59ff3160fe55a841e662f8776f0520f2038235f4"
-SRC_URI = " \
-    git://git.kernel.org/pub/scm/libs/ell/ell.git \
-    file://0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch \
-"
+SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
 
 do_configure_prepend () {
-    mkdir ${S}/build-aux
+    mkdir -p ${S}/build-aux
 }
 
 DEPENDS = "dbus"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list