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:06:44 +0000 |
commit | 05020b08ecb55f27164c67eda494377e4a70e606 (patch) | |
tree | 519558f23983c42cddae2a2285ccb516c5896f8a /meta/recipes-support | |
parent | e7635fd385313b1457811706b369d32710174c3c (diff) | |
download | openembedded-core-05020b08ecb55f27164c67eda494377e4a70e606.tar.gz openembedded-core-05020b08ecb55f27164c67eda494377e4a70e606.tar.bz2 openembedded-core-05020b08ecb55f27164c67eda494377e4a70e606.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support')
-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 \ BINCONFIG = "${bindir}/libgcrypt-config" -inherit autotools-brokensep texinfo binconfig-disabled pkgconfig +PR = "r1" + +inherit autotools texinfo binconfig-disabled pkgconfig EXTRA_OECONF = "--disable-asm --with-capabilities" |