diff options
author | Jack Mitchell <jack@embed.me.uk> | 2013-09-13 22:15:32 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-19 13:56:28 +0200 |
commit | e4697c8da3230d9d5fba9ce1890cdbb43ab9e5c1 (patch) | |
tree | accdec5f0b3ee4e71e42eef7e1d4a5662402708f /meta-oe/recipes-support/libsoc | |
parent | 7be78a939bde5228a7f92a58ac08dd10901a8a4f (diff) | |
download | meta-openembedded-e4697c8da3230d9d5fba9ce1890cdbb43ab9e5c1.tar.gz |
libsoc: new recipe
Signed-off-by: Jack Mitchell <jack@embed.me.uk>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsoc')
-rw-r--r-- | meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 14 |
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 000000000..1bf278205 --- /dev/null +++ b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "libsoc is a C library for interfacing with common SoC peripherals through generic kernel interfaces" | ||
2 | HOMEPAGE = "https://github.com/jackmitch/libsoc" | ||
3 | |||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70" | ||
10 | SRC_URI = "git://github.com/jackmitch/libsoc.git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | RDEPENDS_${PN} = "libgcc" | ||