All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libsoc: new recipe
@ 2013-09-13 13:19 Jack Mitchell
  2013-09-13 21:29 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Mitchell @ 2013-09-13 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jack@embed.me.uk>

---
 meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.3.bb

diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.3.bb b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb
new file mode 100644
index 0000000..e91e152
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb
@@ -0,0 +1,18 @@
+SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals through generic kernel interfaces"
+HOMEPAGE = "https://github.com/jackmitch/libsoc"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
+
+inherit autotools
+
+DEPENDS = "libgcc"
+
+SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend () {
+  ./autogen.sh
+}
-- 
1.8.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] libsoc: new recipe
  2013-09-13 13:19 [meta-oe][PATCH] libsoc: new recipe Jack Mitchell
@ 2013-09-13 21:29 ` Otavio Salvador
  2013-09-13 22:16   ` Jack Mitchell
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-09-13 21:29 UTC (permalink / raw)
  To: OpenEmbedded Devel List; +Cc: Jack Mitchell

On Fri, Sep 13, 2013 at 10:19 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> From: Jack Mitchell <jack@embed.me.uk>
...
> +DEPENDS = "libgcc"

Does this is really need?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] libsoc: new recipe
  2013-09-13 21:29 ` Otavio Salvador
@ 2013-09-13 22:16   ` Jack Mitchell
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Mitchell @ 2013-09-13 22:16 UTC (permalink / raw)
  To: openembedded-devel

On 13/09/13 22:29, Otavio Salvador wrote:
> On Fri, Sep 13, 2013 at 10:19 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
>> From: Jack Mitchell <jack@embed.me.uk>
> ...
>> +DEPENDS = "libgcc"
>
> Does this is really need?
>

Hi Otavio,

There was some conversation about this in another revision of the patch. 
It's been changed now to RDEPENDS and I've just posted a v5 for review.

Cheers,
Jack.

-- 
   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   Cambrideshire, UK
   http://www.embed.me.uk
--


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-13 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 13:19 [meta-oe][PATCH] libsoc: new recipe Jack Mitchell
2013-09-13 21:29 ` Otavio Salvador
2013-09-13 22:16   ` Jack Mitchell

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.