diff options
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb')
-rw-r--r-- | meta-oe/recipes-extended/liblockfile/liblockfile_1.06.bb | 21 |
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 @@ | |||
1 | DESCRIPTION = "File locking library." | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2+ & GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=35127b30003a121544b5d13a2ac868b6" | ||
5 | |||
6 | SRC_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 | |||
12 | inherit autotools | ||
13 | |||
14 | EXTRA_OECONF = "--enable-shared --enable-static" | ||
15 | |||
16 | do_install () { | ||
17 | oe_runmake 'ROOT=${D}' INSTGRP='' install | ||
18 | } | ||
19 | |||
20 | SRC_URI[md5sum] = "2de88389da013488bfd31356523070c0" | ||
21 | SRC_URI[sha256sum] = "14f9690328318d11f9ba13a9356a2c008bdd169b7a817f38cb7f9eb32cf7240e" | ||