mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
liblockfile: add patch of version 1.09-6 from debian
Add patch of liblockfile 1.09-6 from debian. And fix error which install so file to manual directory. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
|||||||
|
Upstream-Status: Inappropriate [no upstream]
|
||||||
|
|
||||||
|
The extend so file is rename from nfslock.so.$(VER) to nfslock.so.$(NVER). That
|
||||||
|
causes file nfslock.so.0.1 is installed into manual directory. Fix it.
|
||||||
|
|
||||||
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
|
|
||||||
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
|
index a589fb8..46a57e8 100644
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -68,7 +68,7 @@ install_common:
|
||||||
|
install -d $(ROOT)$(bindir)
|
||||||
|
install -m 755 $(INSTGRP) dotlockfile $(ROOT)$(bindir)
|
||||||
|
install -d $(ROOT)$(mandir)/man1 $(ROOT)$(mandir)/man3
|
||||||
|
- install -m 644 *.1 $(ROOT)$(mandir)/man1
|
||||||
|
+ install -m 644 dotlockfile.1 $(ROOT)$(mandir)/man1
|
||||||
|
install -m 644 *.3 $(ROOT)$(mandir)/man3
|
||||||
|
|
||||||
|
install_nfslib: nfslib
|
||||||
@@ -4,15 +4,20 @@ LICENSE = "LGPLv2+ & GPLv2+"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \
|
SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \
|
||||||
|
${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09-6.debian.tar.bz2;name=1.09-6 \
|
||||||
file://install.patch \
|
file://install.patch \
|
||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
file://ldflags.patch \
|
file://ldflags.patch \
|
||||||
file://liblockfile-fix-nfslib-and-soname.patch \
|
file://liblockfile-fix-nfslib-and-soname.patch \
|
||||||
|
file://liblockfile-fix-install-so-to-man-dir.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8"
|
SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8"
|
||||||
SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f"
|
SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f"
|
||||||
|
|
||||||
|
SRC_URI[1.09-6.md5sum] = "a2811807e63a526c07b0f60626e329a2"
|
||||||
|
SRC_URI[1.09-6.sha256sum] = "d45eacb7c637c16d03c777c55989d98da494ae9584a0783fe6dbf0db60fa290f"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
# set default mailgroup to mail
|
# set default mailgroup to mail
|
||||||
|
|||||||
Reference in New Issue
Block a user