Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ankit Navik <ankit.tarot@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] ell: Initial recipe for Embedded Linux Library
Date: Sat, 25 Feb 2017 00:12:19 +0530	[thread overview]
Message-ID: <1487961739-4548-1-git-send-email-ankit.tarot@gmail.com> (raw)

Add generic recipe for ELL.

Signed-off-by: Ankit Navik <ankit.tarot@gmail.com>
---
 meta/recipes-core/ell/ell_git.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta/recipes-core/ell/ell_git.bb

diff --git a/meta/recipes-core/ell/ell_git.bb b/meta/recipes-core/ell/ell_git.bb
new file mode 100644
index 0000000..d259f52
--- /dev/null
+++ b/meta/recipes-core/ell/ell_git.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 = "399099946abaeb2f3718a0667cc11436a7c0be14"
+SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git"
+
+do_configure_prepend () {
+    mkdir ${S}/build-aux
+}
+
+DEPENDS = "dbus"
-- 
1.9.1



             reply	other threads:[~2017-02-24 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-24 18:42 Ankit Navik [this message]
2017-02-24 20:45 ` [PATCH] ell: Initial recipe for Embedded Linux Library 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
  -- strict thread matches above, loose matches on Subject: below --
2017-02-24 16:00 Ankit Navik
2017-02-24 17:04 ` 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=1487961739-4548-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