diff options
author | Jack Mitchell <jmitchell@cbnl.com> | 2013-10-14 14:20:12 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-17 21:36:57 +0200 |
commit | eb2ad2746f54313ba0a5d34c1712436a25f7fe47 (patch) | |
tree | b787c3b32db9cfdd03d71da7ec0041fadc08e14a /meta-oe | |
parent | 31fbc96e2f351329229ffc59e892c0f2d8ce8e5b (diff) | |
download | meta-openembedded-eb2ad2746f54313ba0a5d34c1712436a25f7fe47.tar.gz |
libestr: add 0.1.6
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe/recipes-support/libestr/libestr_0.1.6.bb new file mode 100644 index 000000000..ae298564f --- /dev/null +++ b/meta-oe/recipes-support/libestr/libestr_0.1.6.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "some essentials for string handling (and a bit more)" | ||
2 | HOMEPAGE = "http://libestr.adiscon.com/" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9d6c993486c18262afba4ca5bcb894d0" | ||
5 | |||
6 | SRC_URI = "http://libestr.adiscon.com/files/download/${P}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "f48a7098080eebfe7842673c23dcd064" | ||
9 | SRC_URI[sha256sum] = "b9c819d30397845fdf85bb1f37c52e81de23aa3b061ec6cc4386f1b942960153" | ||
10 | |||
11 | inherit autotools | ||