From cc7bce67ba8780949d0187a1479b4d25bb6c7136 Mon Sep 17 00:00:00 2001 From: Martin Hundebøll Date: Thu, 23 Aug 2018 14:11:08 +0200 Subject: ell: update to 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove backported patch and make reconfiguration work by allowing the build-aux folde to exist already. Signed-off-by: Martin Hundebøll Signed-off-by: Khem Raj --- meta-oe/recipes-core/ell/ell_0.6.bb | 20 -------------------- meta-oe/recipes-core/ell/ell_0.8.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-core/ell/ell_0.6.bb create mode 100644 meta-oe/recipes-core/ell/ell_0.8.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-core/ell/ell_0.6.bb b/meta-oe/recipes-core/ell/ell_0.6.bb deleted file mode 100644 index 399eddb07d..0000000000 --- a/meta-oe/recipes-core/ell/ell_0.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Embedded Linux Library" -DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings." -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" -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 \ -" - -do_configure_prepend () { - mkdir ${S}/build-aux -} - -DEPENDS = "dbus" diff --git a/meta-oe/recipes-core/ell/ell_0.8.bb b/meta-oe/recipes-core/ell/ell_0.8.bb new file mode 100644 index 0000000000..0428cab286 --- /dev/null +++ b/meta-oe/recipes-core/ell/ell_0.8.bb @@ -0,0 +1,17 @@ +SUMMARY = "Embedded Linux Library" +DESCRIPTION = "ELL is a DBUS library which provides DBUS bindings." +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" +SECTION = "libs" + +inherit autotools pkgconfig + +S = "${WORKDIR}/git" +SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb" +SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git" + +do_configure_prepend () { + mkdir -p ${S}/build-aux +} + +DEPENDS = "dbus" -- cgit 1.2.3-korg