From e4697c8da3230d9d5fba9ce1890cdbb43ab9e5c1 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Fri, 13 Sep 2013 22:15:32 +0000 Subject: libsoc: new recipe Signed-off-by: Jack Mitchell Acked-by: Otavio Salvador Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-support/libsoc/libsoc_0.3.bb (limited to 'meta-oe/recipes-support/libsoc') 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 @@ +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" -- cgit 1.2.3-korg