[oe-commits] Jack Mitchell : libsoc: new recipe

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 11:50:02 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: e4697c8da3230d9d5fba9ce1890cdbb43ab9e5c1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e4697c8da3230d9d5fba9ce1890cdbb43ab9e5c1

Author: Jack Mitchell <jack at embed.me.uk>
Date:   Fri Sep 13 22:15:32 2013 +0000

libsoc: new recipe

Signed-off-by: Jack Mitchell <jack at embed.me.uk>
Acked-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libsoc/libsoc_0.3.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

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..1bf2782
--- /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
+
+SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "libgcc"



More information about the Openembedded-commits mailing list