]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
opkg-utils: fix double slash problem in update-alternatives ChenQi/update-alternatives-double-slash
authorChen Qi <Qi.Chen@windriver.com>
Fri, 21 Nov 2014 08:44:24 +0000 (03:44 -0500)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 21 Nov 2014 08:47:18 +0000 (16:47 +0800)
commit9961c270f19bef3da7ca624737d7526bebbc7f0d
treea9aad455a6cdf2d27d28dedaefb8e85741001bd2
parent4a888b2ab61662c7f749b5d1e64af92ed613d8eb
opkg-utils: fix double slash problem in update-alternatives

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@windriver.com>
meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-avoid-double-slashes.patch [new file with mode: 0644]
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb