diff options
-rw-r--r-- | meta-oe/recipes-support/libol/libol_0.3.18.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb new file mode 100644 index 0000000000..883290c05c --- /dev/null +++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "A tiny C support library" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILE_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | ||
5 | |||
6 | SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz" | ||
7 | SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17" | ||
8 | SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" | ||
9 | |||
10 | inherit autotools binconfig | ||