Did you send this using the send-pull-request script? I assume not as this was to oe-core and not yocto, but if you did, I want to know as it should protect against -ENOCOFFEEYET errors such as these.
For whatever it's worth, I use this script for all my projects now to help avoid situations like this which I have fallen into more times than I care to admit :-) -- Darren On 01/30/2012 09:17 AM, Steve Sakoman wrote: > Sigh, my morning for screw-ups. Time for another cup of coffee . . . > > The subject should be: 'zypper: support signed repositories' rather > than '***SUBJECT HERE***' :-) > > Steve > > On Mon, Jan 30, 2012 at 9:14 AM, Steve Sakoman <[email protected]> wrote: >> The current zypper implementation does not work with signed repositories. >> This patch series adds recipes for the required packages as well as the >> necessary runtime dependencies to zypper. >> >> Tested on Gumstix Overo (OMAP3) with meta-openembedded layer enabled and >> a systemd based console image. >> >> Version 3 incorporates feedback from Koen Kooi and Saul Wold >> - adds runtime dependencies to existing RDEPENDS_${PN} >> - removes duplicate recipe for libassuan >> - moves recipes for gnupg and libksba to recipes-support >> >> Steve Sakoman (3): >> libksba: add recipe for 1.2.0 >> gnupg: add recipe for 2.0.18 >> zypper: add missing runtime dependences on gzip and gnupg >> >> meta/recipes-extended/zypper/zypper_git.bb | 4 ++-- >> meta/recipes-support/gnupg/gnupg_2.0.18.bb | 24 >> ++++++++++++++++++++++++ >> meta/recipes-support/libksba/libksba_1.2.0.bb | 10 ++++++++++ >> 3 files changed, 36 insertions(+), 2 deletions(-) >> create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.18.bb >> create mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb >> > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
