summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb')
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb
new file mode 100644
index 000000000..971eff184
--- /dev/null
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "File locking library."
2SECTION = "libs"
3LICENSE = "LGPLv2+ & GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=35127b30003a121544b5d13a2ac868b6"
5
6SRC_URI = "http://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/libl/liblockfile/liblockfile_${PV}.tar.gz \
7 file://install.patch \
8 file://configure.patch \
9 file://ldflags.patch \
10 file://glibc-2.4.patch"
11
12inherit autotools
13
14EXTRA_OECONF = "--enable-shared --enable-static"
15
16do_install () {
17 oe_runmake 'ROOT=${D}' INSTGRP='' install
18}
19
20SRC_URI[md5sum] = "2de88389da013488bfd31356523070c0"
21SRC_URI[sha256sum] = "14f9690328318d11f9ba13a9356a2c008bdd169b7a817f38cb7f9eb32cf7240e"