aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-01-05 18:42:23 -0800
committerKhem Raj <raj.khem@gmail.com>2013-01-08 09:31:44 -0800
commit683ef63fff826500d46128464ab4a9ee7c4851ca (patch)
tree5bc4e34a1380a2b469050ad9bb8ef2f56fb95d50 /meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
parentbdfbc1665fc7c5cc963539ac0ad87a526f0c1686 (diff)
downloadmeta-openembedded-contrib-683ef63fff826500d46128464ab4a9ee7c4851ca.tar.gz
liblockfile: Upgrade 1.06 -> 1.09
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb')
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
new file mode 100644
index 0000000000..c72e28dc9b
--- /dev/null
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "File locking library."
+SECTION = "libs"
+LICENSE = "LGPLv2+ & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \
+ file://install.patch \
+ file://configure.patch \
+ file://ldflags.patch \
+ "
+
+SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8"
+SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-shared --enable-static"
+
+do_install () {
+ oe_runmake 'ROOT=${D}' INSTGRP='' install
+}
+