All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Revert "ell: remove recipe"
@ 2019-04-24 14:51 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2019-04-24 14:51 UTC (permalink / raw)
  To: openembedded-devel

This reverts commit f4a59c5dd69a6d24cd500a6eba0b72e0d8b4f58c.

It was merged too early, ell wasn't merged to oe-core yet.

meta-oe/recipes-connectivity/iwd/iwd_0.14.bb depends on it and now there
is no provider in meta-oe nor oe-core.

Should be merged again after meta-oe warrior is branched and
ell in oe-core for the next release.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-core/ell/ell_0.17.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-core/ell/ell_0.17.bb

diff --git a/meta-oe/recipes-core/ell/ell_0.17.bb b/meta-oe/recipes-core/ell/ell_0.17.bb
new file mode 100644
index 0000000000..27f11cfbe2
--- /dev/null
+++ b/meta-oe/recipes-core/ell/ell_0.17.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 = "ebc021cee3b2d20ca2af5e3ed02495da616b2fd3"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
+
+do_configure_prepend () {
+    mkdir -p ${S}/build-aux
+}
+
+DEPENDS = "dbus"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-24 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 14:51 [meta-oe][PATCH] Revert "ell: remove recipe" Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.