[oe] [meta-oe][PATCH] libsoc: update to 0.5

Jack Mitchell ml at communistcode.co.uk
Thu Jan 16 13:52:39 UTC 2014


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

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

diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.5.bb b/meta-oe/recipes-support/libsoc/libsoc_0.5.bb
new file mode 100644
index 0000000..c381799
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.5.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 = "e5846ca199316603f0fec0748c57a781ced46950"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "libgcc"
-- 
1.8.5.2




More information about the Openembedded-devel mailing list