summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libsoc/libsoc_0.3.bb14
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 0000000000..1bf2782052
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb
@@ -0,0 +1,14 @@
1SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals through generic kernel interfaces"
2HOMEPAGE = "https://github.com/jackmitch/libsoc"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5"
6
7inherit autotools
8
9SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70"
10SRC_URI = "git://github.com/jackmitch/libsoc.git"
11
12S = "${WORKDIR}/git"
13
14RDEPENDS_${PN} = "libgcc"