aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
diff options
context:
space:
mode:
authorJack Mitchell <jack@embed.me.uk>2014-02-05 16:54:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-02-18 09:22:39 +0100
commit398f30aa0689e483ae196cc035643a854d169947 (patch)
tree8fd9640159c8c701bdf3c2963b30bf64117d0ab6 /meta-oe/recipes-support/libsoc/libsoc_0.6.bb
parent433c76d221dc77151f15b3427f30ca4f857347e6 (diff)
downloadmeta-openembedded-contrib-398f30aa0689e483ae196cc035643a854d169947.tar.gz
libsoc: update to 0.6
Signed-off-by: Jack Mitchell <jack@embed.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsoc/libsoc_0.6.bb')
-rw-r--r--meta-oe/recipes-support/libsoc/libsoc_0.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.6.bb b/meta-oe/recipes-support/libsoc/libsoc_0.6.bb
new file mode 100644
index 0000000000..ceb2b8605a
--- /dev/null
+++ b/meta-oe/recipes-support/libsoc/libsoc_0.6.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 = "3643cf161a4b37bfbdfd05437166c4a29ac3ed8d"
+SRC_URI = "git://github.com/jackmitch/libsoc.git"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "libgcc"