aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libol/libol_0.3.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libol/libol_0.3.18.bb')
-rw-r--r--recipes/libol/libol_0.3.18.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libol/libol_0.3.18.bb b/recipes/libol/libol_0.3.18.bb
new file mode 100644
index 0000000000..7dc48f92df
--- /dev/null
+++ b/recipes/libol/libol_0.3.18.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A tiny C support library"
+SECTION = "libs"
+LICENSE = "GPL"
+PR = "r8"
+
+SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${P}.tar.gz"
+
+inherit autotools binconfig
+
+do_stage() {
+ autotools_stage_all
+}