On 13/09/13 15:18, Koen Kooi wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 13-09-13 15:22, Jack Mitchell schreef:
From: Jack Mitchell <[email protected]>

Signed-off-by: Jack Mitchell <[email protected]> ---

Change from v1: added signed-off-by

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"

Isn't that automatically implied with gcc-cross?

I wasn't sure, so I thought I would stick it in and see if anyone piped up, I'll remove it in v3.

Also on that note I noticed that Apache2 also DEPENDS on libgcc, is that also wrong?


+ +SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70" +SRC_URI =
"git://github.com/jackmitch/libsoc.git" + +S = "${WORKDIR}/git" +
+do_configure_prepend () { +  ./autogen.sh +}

What is autotools.bbclass missing that autogen does?

Apparently nothing, just tested and it built fine.

v3 incoming.

Cheers,

--
  Jack Mitchell ([email protected])
  Embedded Systems Engineer
  Cambrideshire, UK
  http://www.embed.me.uk
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to