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:45 +0000 |
commit | d6dc82ddd7e122a3223a44624023814551136150 (patch) | |
tree | 399f182256f5ca34c3c2ed6bb9c6a7bd6585075b /meta/recipes-support | |
parent | f31f86b4c81d409b91feb77a46d362de1ad29b69 (diff) | |
download | openembedded-core-d6dc82ddd7e122a3223a44624023814551136150.tar.gz openembedded-core-d6dc82ddd7e122a3223a44624023814551136150.tar.bz2 openembedded-core-d6dc82ddd7e122a3223a44624023814551136150.zip |
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@windriver.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/pinentry/pinentry_0.9.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/pinentry/pinentry_0.9.0.bb b/meta/recipes-support/pinentry/pinentry_0.9.0.bb index 68d2478a8d..10b329b15e 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" |