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

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:35 UTC 2015


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

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

pinentry: 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/pinentry/pinentry_0.9.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/pinentry/pinentry_0.9.0.bb b/meta/recipes-support/pinentry/pinentry_0.9.0.bb
index 68d2478..10b329b 100644
--- a/meta/recipes-support/pinentry/pinentry_0.9.0.bb
+++ b/meta/recipes-support/pinentry/pinentry_0.9.0.bb
@@ -8,7 +8,9 @@ HOMEPAGE = "http://www.gnupg.org/related_software/pinentry/index.en.html"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e"
 
-inherit autotools-brokensep
+PR = "r1"
+
+inherit autotools
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
 



More information about the Openembedded-commits mailing list