* [meta-oe][PATCHv4] libsoc: new recipe
@ 2013-09-13 15:48 Jack Mitchell
2013-09-13 20:11 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Jack Mitchell @ 2013-09-13 15:48 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jack Mitchell
From: Jack Mitchell <jack@embed.me.uk>
Signed-off-by: Jack Mitchell <jack@embed.me.uk>
---
v3 -> v4
- Added libgcc in RDEPENDS
v2 -> v3
- Removed DEPENDS on libgcc
- Removed autogen.sh pre-configure as was unneeded
v1 -> v2
-added signed-off-by
meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 14 ++++++++++++++
1 file changed, 14 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..41ff8e6
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb
@@ -0,0 +1,14 @@
+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
+
+RDEPENDS_${PN} = "libgcc"
+
+SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCHv4] libsoc: new recipe
2013-09-13 15:48 [meta-oe][PATCHv4] libsoc: new recipe Jack Mitchell
@ 2013-09-13 20:11 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2013-09-13 20:11 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 13-09-13 17:48, Jack Mitchell schreef:
> From: Jack Mitchell <jack@embed.me.uk>
>
> Signed-off-by: Jack Mitchell <jack@embed.me.uk> --- v3 -> v4 - Added
> libgcc in RDEPENDS
>
> v2 -> v3 - Removed DEPENDS on libgcc - Removed autogen.sh pre-configure
> as was unneeded
>
> v1 -> v2 -added signed-off-by
>
> meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 14 ++++++++++++++ 1 file
> changed, 14 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..41ff8e6 --- /dev/null +++
> b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb @@ -0,0 +1,14 @@ +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 + +RDEPENDS_${PN} = "libgcc"
And a nitpick: please move R* variabled below do_install, in this case to
the bottom of the recipe.
> + +SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70" +SRC_URI =
> "git://github.com/jackmitch/libsoc.git" + +S = "${WORKDIR}/git"
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFSM3GKMkyGM64RGpERAjVeAKCsmVjaE/7sh+KLAVEQm2O/3/5LqgCdHdF8
xNpxd01pUYH9OH1Kv+UXPP0=
=1IWz
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-13 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 15:48 [meta-oe][PATCHv4] libsoc: new recipe Jack Mitchell
2013-09-13 20:11 ` Koen Kooi
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.