aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-11-21 03:44:24 -0500
committerChen Qi <Qi.Chen@windriver.com>2014-11-21 16:47:18 +0800
commit9961c270f19bef3da7ca624737d7526bebbc7f0d (patch)
treea9aad455a6cdf2d27d28dedaefb8e85741001bd2 /meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
parent4a888b2ab61662c7f749b5d1e64af92ed613d8eb (diff)
downloadopenembedded-core-contrib-ChenQi/update-alternatives-double-slash.tar.gz
opkg-utils: fix double slash problem in update-alternativesChenQi/update-alternatives-double-slash
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>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_git.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 72dc98e2fc..1c9a3b5c97 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -10,7 +10,8 @@ PROVIDES += "virtual/update-alternatives"
SRCREV = "762d9dadce548108d4204c2113461a7dd6f57e60"
PV = "0.1.8+git${SRCPV}"
-SRC_URI = "git://git.yoctoproject.org/opkg-utils"
+SRC_URI = "git://git.yoctoproject.org/opkg-utils \
+ file://0001-update-alternatives-avoid-double-slashes.patch"
S = "${WORKDIR}/git"