poky/meta
Christopher Larson f6d64b08d4 buildhistory: fix latest_srcrev in the common case
buildhistory was writing srcrevs.values() as SRCREV when only one
srcrev/branch exists. This returns a view of the dictionary values in python
3, and used to return a list in python 2, neither of which is an appropriate
value for SRCREV. It was resulting in latest_srcrev files like this:

    # SRCREV = "346584bf6e38232be8773c24fd7dedcbd7b3d9ed"
    SRCREV = "dict_values(['346584bf6e38232be8773c24fd7dedcbd7b3d9ed'])"

Which in turn would result in invalid output in buildhistory-collect-srcrevs.
Fix by calling `next(iter())` on the `.values()`

(From OE-Core rev: 4243555ab91ab763a098259011dfa72156bfe0b3)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit ef826a395612400924bbe49859d256b237ff59e1)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-04-05 15:13:48 +01:00
..
classes buildhistory: fix latest_srcrev in the common case 2018-04-05 15:13:48 +01:00
conf default-distrovars: don't rename locales for nativesdk 2018-04-05 15:13:47 +01:00
files kernel, license, sstate, rootfs.py: Remove deploy directory README 2017-08-29 23:43:50 +01:00
lib selftest/signing: add --batch to gpg invocation when importing keys 2018-04-05 15:13:48 +01:00
recipes-bsp grub-efi: fix build failure 2018-04-05 15:13:48 +01:00
recipes-connectivity portmaper: checkuri fails. 2018-03-04 11:12:12 +00:00
recipes-core glibc: Separate locale files to their own sstate task 2018-04-05 15:13:48 +01:00
recipes-devtools e2fsprogs: fix compatibility with glibc 2.27 2018-04-05 15:13:48 +01:00
recipes-extended libtirpc: Extend to native and nativesdk recipes 2018-03-15 15:47:59 -07:00
recipes-gnome adwaita-icon-theme: add a patch to speed up the do_install() task 2017-12-09 14:34:36 +00:00
recipes-graphics fontconfig: Fix namespace conflicts with glibc 2017-12-04 17:34:35 +00:00
recipes-kernel linux-firmware: Add reference to iwlwifi-8000C firmware 2018-03-19 15:58:33 +00:00
recipes-lsb4 libpng: lsb version 1.2.56 url fix 2017-10-10 17:27:40 +01:00
recipes-multimedia tiff: Security fix for CVE-2017-7593 2017-11-21 14:43:54 +00:00
recipes-rt rt-tests: fix the recipe version to match upstream 2016-11-16 10:37:57 +00:00
recipes-sato webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description) 2018-01-14 22:10:54 +00:00
recipes-support gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17 2018-03-14 07:55:53 -07:00
site siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
COPYING.GPLv2
COPYING.MIT
recipes.txt qt4: remove recipes and classes 2016-01-07 13:40:14 +00:00