diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:25 +0000 |
commit | 0e67d3c83f541bedeb68dfb421fa45ca2d0280ff (patch) | |
tree | 24c4a1c65c9c9fa773291bdd515f575a60175d72 /meta | |
parent | ec65748f5ad45cf6fdbb7dc6d3a769fcdfd30fff (diff) | |
download | poky-0e67d3c83f541bedeb68dfb421fa45ca2d0280ff.tar.gz |
libgcrypt: separate B and S
It works well now, and bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: 05020b08ecb55f27164c67eda494377e4a70e606)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index 43e0291a7b..eea67aa58d 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -18,7 +18,9 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | |||
18 | 18 | ||
19 | BINCONFIG = "${bindir}/libgcrypt-config" | 19 | BINCONFIG = "${bindir}/libgcrypt-config" |
20 | 20 | ||
21 | inherit autotools-brokensep texinfo binconfig-disabled pkgconfig | 21 | PR = "r1" |
22 | |||
23 | inherit autotools texinfo binconfig-disabled pkgconfig | ||
22 | 24 | ||
23 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 25 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
24 | 26 | ||