From: Robert Yang Date: Tue, 13 Jan 2015 03:08:51 +0000 (-0800) Subject: libgcrypt: separate B and S X-Git-Tag: 2015-4~725 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05020b08ecb55f27164c67eda494377e4a70e606;p=openembedded-core.git 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 --- 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"