[oe-commits] Chen Qi : liblockfile: inherit autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Wed May 21 12:02:18 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: c6326c326b6ac91fad1862d85f00d9e7810bbc04
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c6326c326b6ac91fad1862d85f00d9e7810bbc04

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri May 16 04:26:51 2014 -0400

liblockfile: inherit autotools-brokensep

Seperation of ${B} and ${S} causes a build failure for liblockfile.

The error message is as follows.
make: *** No rule to make target `lockfile.c', needed by `lockfile.o'.  Stop.

Make liblockfile inherit autotools-brokensep to fix this problem.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index fa68fd0..0b9fdaf 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \
 SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8"
 SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f"
 
-inherit autotools
+inherit autotools-brokensep
 
 # set default mailgroup to mail
 # --with-libnfslock specify where to install nfslock.so.NVER



More information about the Openembedded-commits mailing list