[oe-commits] Robert Yang : libgcrypt: separate B and S

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:14:58 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 05020b08ecb55f27164c67eda494377e4a70e606
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=05020b08ecb55f27164c67eda494377e4a70e606

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 12 19:08:51 2015 -0800

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 at windriver.com>

---

 meta/recipes-support/libgcrypt/libgcrypt.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 43e0291..eea67aa 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"
 



More information about the Openembedded-commits mailing list