aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libsoc/libsoc_0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libsoc/libsoc_0.4.bb')
-rw-r--r--meta-oe/recipes-support/libsoc/libsoc_0.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.4.bb b/meta-oe/recipes-support/libsoc/libsoc_0.4.bb
new file mode 100644
index 0000000000..da3c442921
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.4.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 = "f6827b7b5c581b586d3bcc4813d418101ae1e85b"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "libgcc"