From 4867a94b9a92fed3184dedec66d6c42f21d274f1 Mon Sep 17 00:00:00 2001 From: Martin Hundebøll Date: Wed, 21 Nov 2018 09:10:11 +0100 Subject: ell: update to 0.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Hundebøll Signed-off-by: Khem Raj --- meta-oe/recipes-core/ell/ell_0.15.bb | 17 +++++++++++++++++ meta-oe/recipes-core/ell/ell_0.8.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-core/ell/ell_0.15.bb delete mode 100644 meta-oe/recipes-core/ell/ell_0.8.bb (limited to 'meta-oe/recipes-core') diff --git a/meta-oe/recipes-core/ell/ell_0.15.bb b/meta-oe/recipes-core/ell/ell_0.15.bb new file mode 100644 index 0000000000..5dbad50f3b --- /dev/null +++ b/meta-oe/recipes-core/ell/ell_0.15.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 = "ea0f5f42e3af3fad2b60ee87719cdd227fd89ab0" +SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git" + +do_configure_prepend () { + mkdir -p ${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 deleted file mode 100644 index 0428cab286..0000000000 --- a/meta-oe/recipes-core/ell/ell_0.8.bb +++ /dev/null @@ -1,17 +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 = "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