]> 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>
Mon, 16 Nov 2015 11:20:25 +0000 (11:20 +0000)
commita37cccca3bb3bad0d8d7e375fb7e3cc339ac8250
treeec13083fc6e7fbb275a084eb26d7dfd39e291b5b
parent91a159e64d404653b2d9178caf027f797a4d3f3b
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