]> code.ossystems Code Review - openembedded-core.git/commit
gnupg: fix find-version for beta checking
authorWenzong Fan <wenzong.fan@windriver.com>
Wed, 28 Oct 2015 05:53:37 +0000 (01:53 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Nov 2016 17:40:52 +0000 (17:40 +0000)
commitd39e7ca717b67ad9f2f78b83d90d91e410e52965
treee50019efda3cf4f2d0f7a8b8bb92b89fbf583845
parent39ef8e22b52d3f5daa853aa7866145e9c5469d4b
gnupg: fix find-version for beta checking

find-version always assumes that gnupg is beta if autogen.sh is run
out of git-repo. This doesn't work for users whom just take release
tarball and re-run autoconf in their local build dir.

This fixes runtime issue:

  $gpg --list-sigs
  gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
  gpg: It is only intended for test purposes and should NOT be
  gpg: used in a production environment or with production keys!

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch [new file with mode: 0644]
meta/recipes-support/gnupg/gnupg_2.1.7.bb