[OE-core] [PATCH 1/1] opkg-utils: fix double slash problem in update-alternatives

Paul Barker paul at paulbarker.me.uk
Fri Nov 21 09:59:23 UTC 2014


On 21 November 2014 08:50, Chen Qi <Qi.Chen at windriver.com> wrote:
> When using update-alternatives, we would get output like the following:
> update-alternatives: Linking //usr/bin/sh to /usr/bin/bash
>
> What we really want is:
> update-alternatives: Linking /usr/bin/sh to /usr/bin/bash
>
> This patch fixes the above problem.
>
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>

opkg-utils is part of Yocto Project. Could you submit this as a change
to opkg-utils itself and then send a SRCREV update for oe-core?
Submission guidelines are under "Submitting patches for review" in
the CONTRIBUTING file in opkg-utils
(http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING).

The patch looks pretty straightforward so I should be able to give it
a quick test and merge it to opkg-utils early next week.

Cheers,

-- 
Paul Barker

Email: paul at paulbarker.me.uk
http://www.paulbarker.me.uk



More information about the Openembedded-core mailing list