From: Ankit Navik <ankit.tarot@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] ell: Initial recipe for Embedded Linux Library
Date: Fri, 24 Feb 2017 21:30:31 +0530 [thread overview]
Message-ID: <1487952031-3996-1-git-send-email-ankit.tarot@gmail.com> (raw)
Based on the ofono recipe, add ell.inc for generic recipe components
and use it from ell_git.bb.
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com>
---
meta/recipes-core/ell/ell.inc | 10 ++++++++++
meta/recipes-core/ell/ell_git.bb | 9 +++++++++
2 files changed, 19 insertions(+)
create mode 100644 meta/recipes-core/ell/ell.inc
create mode 100644 meta/recipes-core/ell/ell_git.bb
diff --git a/meta/recipes-core/ell/ell.inc b/meta/recipes-core/ell/ell.inc
new file mode 100644
index 0000000..b5e185e
--- /dev/null
+++ b/meta/recipes-core/ell/ell.inc
@@ -0,0 +1,10 @@
+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
+
+DEPENDS = "dbus"
+RDEPENDS_${PN} += "dbus"
diff --git a/meta/recipes-core/ell/ell_git.bb b/meta/recipes-core/ell/ell_git.bb
new file mode 100644
index 0000000..fd438be
--- /dev/null
+++ b/meta/recipes-core/ell/ell_git.bb
@@ -0,0 +1,9 @@
+require ell.inc
+
+S = "${WORKDIR}/git"
+SRCREV = "399099946abaeb2f3718a0667cc11436a7c0be14"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
+
+do_configure_prepend () {
+ ${S}/bootstrap
+}
--
1.9.1
next reply other threads:[~2017-02-24 15:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-24 16:00 Ankit Navik [this message]
2017-02-24 17:04 ` [PATCH] ell: Initial recipe for Embedded Linux Library Burton, Ross
-- strict thread matches above, loose matches on Subject: below --
2017-02-24 18:42 Ankit Navik
2017-02-24 20:45 ` Burton, Ross
[not found] ` <CAM_RqkNPgevLyRpP0jcM667btmhqafdhpZ1FRsQzFAV9JrXCtQ@mail.gmail.com>
[not found] ` <CAJTo0La-ta3F0synwCGkBWMKLbGwfN3wQT1bwehK9oTbyN3VZA@mail.gmail.com>
[not found] ` <CAM_RqkNfS1T67STnAQESSA_FnrqU_vW0fkdKw8GhyhTZB_hwOg@mail.gmail.com>
[not found] ` <CAM_RqkNdN5e2yR1BxYnM1wbdKxYLpk_wVVX3pR6sbKL_na8GpA@mail.gmail.com>
2017-02-25 23:05 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487952031-3996-1-git-send-email-ankit.tarot@gmail.com \
--to=ankit.tarot@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox