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:08:26 +0000 |
commit | 3d0bf25bec5e12908b015f790445a939c39a5c1c (patch) | |
tree | e1bbc7c798570335e1e6c8644d47682349d36cbe /meta | |
parent | de6e1fa664e6cba697bc5909c2ef5ecec8fdf1d3 (diff) | |
download | poky-3d0bf25bec5e12908b015f790445a939c39a5c1c.tar.gz |
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
(From OE-Core rev: d6dc82ddd7e122a3223a44624023814551136150)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e" |
10 | 10 | ||
11 | inherit autotools-brokensep | 11 | PR = "r1" |
12 | |||
13 | inherit autotools | ||
12 | 14 | ||
13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" |
14 | 16 | ||