diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-05-16 04:26:51 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-21 13:56:05 +0200 |
commit | c6326c326b6ac91fad1862d85f00d9e7810bbc04 (patch) | |
tree | d6eb51748fb37e8df293a7f93d4ea8bf2027b135 /meta-oe/recipes-extended/liblockfile | |
parent | 0e7630c31989bec8ac96261b72518f7b505bcdb7 (diff) | |
download | meta-openembedded-c6326c326b6ac91fad1862d85f00d9e7810bbc04.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile')
-rw-r--r-- | meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb index fa68fd0612..0b9fdafea7 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 \ | |||
13 | SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8" | 13 | SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8" |
14 | SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f" | 14 | SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools-brokensep |
17 | 17 | ||
18 | # set default mailgroup to mail | 18 | # set default mailgroup to mail |
19 | # --with-libnfslock specify where to install nfslock.so.NVER | 19 | # --with-libnfslock specify where to install nfslock.so.NVER |